JSFiddle - React, Tailwind, and code Playground

by Marius Craciunoiu

HTML

<a href="https://google.com">Click and hold me</a>

CSS

a:active {
    color: red;
}