JSFiddle - React, Tailwind, and code Playground
by cvalleskey
HTML
<button class="btn"></button>
CSS
body { margin: 100px 0; text-align: center; }
button {
background: url(http://f.cl.ly/items/0U2C0j2l2V122Z2n2t3M/btn.png);
display: inline-block;
border: 0;
width: 290px;
height: 60px;
cursor: pointer;
}
button:hover { background-position: 0 -70px; }
button:active { background-position: 0 -140px; }