JSFiddle - React, Tailwind, and code Playground
HTML
<button class="button">Click me</button>
CSS
.button {
padding: 15px 25px 15px 25px;
text-transform: uppercase;
font-size: 20px;
font-weight: bold;
background: red;
color: white;
border: none;
margin: 100px;
}