JSFiddle - React, Tailwind, and code Playground
HTML
<a href="#">Link</a>
CSS
body,a{
color: red;
text-decoration: none;
}
a:hover, a:active {
text-decoration: none;
color: inherit;
}
<a href="#">Link</a>
body,a{
color: red;
text-decoration: none;
}
a:hover, a:active {
text-decoration: none;
color: inherit;
}