JSFiddle - React, Tailwind, and code Playground

by calder12

HTML

<a href="http://www.google.com" class="img_link"></a>

CSS

.img_link:hover{
    background:url('http://avatarmaker.net/free-avatars/avatars/animals_216/cats_237/cat_spying_avatar_100x100_70221.jpg');
}
.img_link{
    background:url('http://charlestonteaparty.org/wp-content/uploads/2011/02/CTP-cat-100x100.jpg');
    height:100px;
    width:100px;
    display:block
}