JSFiddle - React, Tailwind, and code Playground
by darcyclarke
HTML
<a href="http://google.com/">A Link</a>
CSS
body {
font-family: sans-serif;
}
a {
text-decoration: none;
color: blue;
}
a:active {
color: red;
}
a:visited {
color: yellow;
}