JSFiddle - React, Tailwind, and code Playground
by WilsonPage
HTML
<button ontouchstart="">Test</button>
CSS
button {
width: 200px;
height: 200px;
background: blue;
}
button:active {
background: red; }
by WilsonPage
<button ontouchstart="">Test</button>
button {
width: 200px;
height: 200px;
background: blue;
}
button:active {
background: red; }