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; }