JSFiddle - React, Tailwind, and code Playground
HTML
<a href="#"> Link </a>
CSS
a:link { color: red; font-size:3em } /* unvisited links */
a:visited { background-color: green; color:orange } /* visited links */
a:hover { background-color: yellow; color: brown } /* user hovers over link*/
a:active { background-color: blue; color:black } /* active links */