JSFiddle - React, Tailwind, and code Playground
by jasper
HTML
<a href="#">a link</a>
CSS
a {
color : #000;
}
a:focus {
background-color : #000;
color : #fff;
}
by jasper
<a href="#">a link</a>
a {
color : #000;
}
a:focus {
background-color : #000;
color : #fff;
}