JSFiddle - React, Tailwind, and code Playground

by jitendravyas

HTML

<a href="#"> Link </a>

CSS

body {background:black}

a:link    { color: red; font-size:3em; background-color:#fff }    /* 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: lime; color:black }   /* active links    */