JSFiddle - React, Tailwind, and code Playground
HTML
<p>
<a href="http://google.com">Link</a>
</p>
CSS
:-webkit-any-link {
background: white;
}
:any-link {
background: green;
}
<p>
<a href="http://google.com">Link</a>
</p>
:-webkit-any-link {
background: white;
}
:any-link {
background: green;
}