JSFiddle - React, Tailwind, and code Playground
by boctulus
HTML
<div></div>
CSS
div { width:50px; height:72px; background:url(http://openbookproject.net/thinkcs/python/english3e/_images/duke_spritesheet.png) left top;
transition:background .5s steps(9, end);
}
div:hover { background-position:-450px top; }