JSFiddle - React, Tailwind, and code Playground

by Sam Fereday

HTML

<button>
Test
</button>

CSS

html, body {
  height: 100%;
}

button {
  width: auto;
  height: 100%;
  border-radius: 120px;
  background: red;
  color: #fff;
}