JSFiddle - React, Tailwind, and code Playground
by LinkinTED
HTML
<a href="">hold down the mousebutton</a>
CSS
a:active {
background: yellow;
}
by LinkinTED
<a href="">hold down the mousebutton</a>
a:active {
background: yellow;
}