JSFiddle - React, Tailwind, and code Playground
HTML
<div class="button"></div>
CSS
.button{
background:url(http://s13.postimage.org/3q6sytb2r/main_sprite.jpg);
width:30px;
height:30px;
}
.button:hover{
background-position:-30px 0px;
}