JSFiddle - React, Tailwind, and code Playground
by andrey90vs
HTML
<div class="container-image"></div>
CSS
.container-image {
background: url(http://s1.postimg.org/t8jamd58r/image.png);
height: 117px;
width: 117px;
}
.container-image:hover {
background: url(http://s18.postimg.org/hx4e6rjbp/image.png);
}