JSFiddle - React, Tailwind, and code Playground

by Md. Atiquzzaman Soikat

HTML

<button class="button">
  click here
</button>

CSS

.button{
  all: initial;
  display: inline-block;
  padding: 15px 15px;
  font-size: 100%;
  border: 1px solid #ccc;
  box-shadow: none;
  border-radius: 2px;
  text-transform: uppercase;
}