JSFiddle - React, Tailwind, and code Playground

by jasonmerino

HTML

<button>stuff</button>

CSS

html {
    -webkit-tap-highlight-color: rgba(201, 224, 253, 0.8);
}

button {
    padding: 20px;
    background: transparent;
    border: none;
}