JSFiddle - React, Tailwind, and code Playground
by _FLK
HTML
<a href="#" class="tst">
<span>test</span> Click me
<a>
<br>
<a href="#" class="tst2">
<span>test 2</span> Click me 2
<a>
CSS
a:hover span {color: black;}
a.tst:active span{color:green;}
a.tst2 span:active {color:white;}