JSFiddle - React, Tailwind, and code Playground
HTML
<div class="btns">a</div>
<div class="btns">b</div>
CSS
.btns{
width:75px;height:45px;
background:url(http://i.stack.imgur.com/8yNbR.png) no-repeat 0% 0%;
background-size:100% auto;
text-align:center;
line-height:45px;
float:left;
}
.btns:hover{
background-position:0% 50%;
}