JSFiddle - React, Tailwind, and code Playground

by feklee

HTML

<a href="http://example.com/xyz">test</a>

CSS

a:link {
    color: red;
}

a:visited {
    color: green;
}

a {
    color: yellow;
}