JSFiddle - React, Tailwind, and code Playground

HTML

<img id="aks" src="http://dummyimage.com/100x100/000/fff"/>

CSS

#aks {
    width:0px;
    height:0px;
    background:url('http://dummyimage.com/100x100/000/fff');
    padding:50px;
}

#aks:hover {
    background: url('http://dummyimage.com/100x100/eb00eb/fff');
}