JSFiddle - React, Tailwind, and code Playground
HTML
<a href="http://www.google.com" class="class1">Google</a>
<a href="http://stackoverflow.com" class="class2">Stackoverflow</a>
CSS
a.hoverfirst:link {color:#ff3300;}
a.hoverfirst:visited {color:#999999;}
a.hoverfirst:hover {color:#16d20d;}
a.hoverfirst:active {color:#f968b3;}
a.activefirst:link {color:#ff3300;}
a.activefirst:visited {color:#999999;}
a.activefirst:active {color:#f968b3;}
a.activefirst:hover {color:#16d20d;}