JSFiddle - React, Tailwind, and code Playground

by mmansion

HTML

<button class="">Button</button>

CSS

button {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #444;
  min-width: 90px;
  padding:5px;
  margin: 5px 10px;
  background-color: #fdfdfd;
  border: 1px solid #cdcdcd;
  cursor: pointer;
  border-radius: 3px;
}