JSFiddle - React, Tailwind, and code Playground

by khamer

HTML

<button class="boopable">boop</button>

CSS

body {
  display: grid;
  justify-items: center;
  align-items: center;
  height: 100vh;
}

.boopable {
  
}