JSFiddle - React, Tailwind, and code Playground
by csswizardry
HTML
<a class=big-kinda-pinky-red-button-with-white-text href=#>Boom!</a>
CSS
.big-kinda-pinky-red-button-with-white-text{
color:#fff;
background-color:#f43059;
display:inline-block;
padding:1em;
}