JSFiddle - React, Tailwind, and code Playground

by ablay

HTML

<a href="#">test link</a>

CSS

a:link{color:blue;text-decoration:none}
a:visited{color:red}
a:hover, a:focus{text-decoration:underline;color:green}