JSFiddle - React, Tailwind, and code Playground

by Madmartigan

HTML

<a href="#test">Hello</a>
<a href="#test2">World</a>

CSS

a{color:blue}
a:focus{color:lime}