JSFiddle - React, Tailwind, and code Playground

HTML

<a href="http://www.digitarts.it">DigitArts.it</a>

CSS

a:link { color: #0099FF; }  
a:visited { color: #3366CC; }  
a:hover { color: #FF33CC; }  
a:active { color: #FFFF00; }