JSFiddle - React, Tailwind, and code Playground

HTML

<a href="#">Click me</a>
<input type="submit" value="Click me" />

CSS

a:active, input[type="submit"]:active {
    background-color: blue;
    border-color: none;
}