JSFiddle - React, Tailwind, and code Playground

by Brad Christie

HTML

<a href="#">Normal link</a>
<a href="#" id="special">Special link</a>

CSS

a:link { color: blue }
a:visited { color: red !important; }
a:hover { color: green !important; }
a:active { color: black !important; }
#special:link { color: pink }