JSFiddle - React, Tailwind, and code Playground
by Vladimir
HTML
<a href="https://jsfiddle.net/br3t/weL0xboo/">Visited</a>
<a href="http://dfdffgfdgdfgdfg.net">Not Visited</a>
CSS
a:visited:hover {
color: green;
}
a:visited {
color: red;
}
a:hover {
color: orange;
}