JSFiddle - React, Tailwind, and code Playground

by Stefan Sturm

HTML

<button class="shadow"></button>
<input class="shadow" type="button" />

CSS

.shadow {
    border: 0;
    background: transparent;
    width: 30px;
    height: 15px;
    box-shadow: 1px 1px 1px #888888;
}