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;
}
<a href="#">Click me</a>
<input type="submit" value="Click me" />
a:active, input[type="submit"]:active {
background-color: blue;
border-color: none;
}