JSFiddle - React, Tailwind, and code Playground

HTML

<a href=""></a>

CSS

a{ display:block; width:200px; height:200px; background: url('http://www.frederiksamuel.com/blog/images/spritenew.jpg') 0 0px; background-repeat: no-repeat; float: right;
-webkit-transition: background 0.7s ease; text-indent: -9000px;}

a:hover { background-position: 0px -200px; background-repeat: no-repeat; float: right; }