Costumizing product tags with CSS

Try this please:

.tag a {
    text-decoration: none !important;
    color: white !important;
    background: black !important;
    padding: 3px 12px 3px 12px !important;
    border-radius: 30px !important;
    text-align: center !important;
}