JSFiddle - React, Tailwind, and code Playground

by B L Praveen

HTML

<button>Cancel</button>

CSS

button {
    color: white;
    font-size: 2em;
    padding: 10px;
    text-shadow: 0 -1px 0 #888;
}