JSFiddle - React, Tailwind, and code Playground
by ydelmas
HTML
<a href="http://www.w3.org/TR/CSS2/selector.html#link-pseudo-classes">CSS2</a>
| <a href="http://dev.w3.org/csswg/selectors3/#link">CSS3</a>
CSS
a:link { text-decoration: underline; color: blue; font-weight: bold;}
a:visited { text-decoration: none; color: red; font-weight:normal;}