JSFiddle - React, Tailwind, and code Playground
HTML
<button>Test</button>
CSS
body {
background:#ccc;
}
button {
border: solid 1px #aaa;
box-shadow: 0 0 1px red inset;
background-image: linear-gradient(to bottom, #cfcfcf 0%, #c0c0c0 100%);
padding: 20px;
border-radius: 10px;
}