JSFiddle - React, Tailwind, and code Playground

HTML

<div class="for_all" ></div>

CSS

.for_all {
    margin: 10px 3px 0 3px;
    float: left;
    width: 85px;
    height: 53px;
    background-image:url("https://www.petfinder.com/wp-content/uploads/2012/11/140272627-grooming-needs-senior-cat-632x475.jpg");
    background-size:100% 100%;
}
.for_all:hover{
    background-image:url(http://www.wired.com/wp-content/uploads/2014/10/cat-ft.jpg);
    width: 85px;
    height: 53px;
}