JSFiddle - React, Tailwind, and code Playground

HTML

<div> <a href="#teste" class="bradC">TEXTO</a>

</div>
<a name="teste"></a>

CSS

a.bradC:link {
    color: #f00;
}
a.bradC:visited {
    color: #0F0;
}
.bradC {
    color: white!important
}
div {
    background-color:#000;
}