JSFiddle - React, Tailwind, and code Playground
by jitendravyas
HTML
<input type="submit" value="Submit your entry" class="input" />
CSS
body {padding:40px; background-color: #ccc;}
input {
padding:10px 60px;
border-radius: 25px;
border: solid #ccc 3px;
box-shadow: 0 1px 2px #fff, 0 -1px 1px #666, inset 0 -1px 1px rgba(0,0,0,0.5), inset 0 1px 1px rgba(255,255,255,0.8);
text-shadow: 0 1px 2px #fff;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6e6b4), color-stop(100%,#ed9017)); /* webkit */font-size:20px
}