JSFiddle - React, Tailwind, and code Playground
by Julien Roche
HTML
<button>Click me bro!!</button>
CSS
button {
background-color: white;
}
button:active {
background-color: orange;
}
by Julien Roche
<button>Click me bro!!</button>
button {
background-color: white;
}
button:active {
background-color: orange;
}