JSFiddle - React, Tailwind, and code Playground
HTML
<a href="#">
A <span>red</span> anchor
</a>
CSS
a {
color:blue;
font-family:Times New Roman;
text-decoration:underline;
}
span {
color:red;
font-family:Arial;
text-decoration:none;
}