JSFiddle - React, Tailwind, and code Playground
HTML
<a href="#" class="testing">ok</a>
CSS
a.testing{ color: red; }
a.testing:hover{ font-size: 55px; }
<a href="#" class="testing">ok</a>
a.testing{ color: red; }
a.testing:hover{ font-size: 55px; }