JSFiddle - React, Tailwind, and code Playground

HTML

<a href="#">This is a link</a> </br>
<a href="">click me, i will change my color</a>

CSS

a:link {color:red;
text-decoration:none;}    
a:visited {color:green;} 
a:hover {color:blue;}   
a:active {color:yellow;}