JSFiddle - React, Tailwind, and code Playground
HTML
<p><a class="blue" href="http://www.icanhascheezburger.com"></a></p>
CSS
a.blue { display:block ;
width:151px ;
height:180px ;
background:url("http://dummyimage.com/100x100/000/fff") no-repeat ;
}
a.blue:hover { background:url("http://dummyimage.com/104x100/eb00eb/fff") no-repeat ;
}