JSFiddle - React, Tailwind, and code Playground

by ponyspy

HTML

<div class="image"></div>

CSS

.image {
    width: 300px;
    height: 300px;
    background-size: cover;
    background-image: url(http://how-to-relax.ru/wp-content/uploads/2012/02/ladon.jpg);
}

.image:hover {
    background-image: url(http://icdn.lenta.ru/images/0000/0298/000002985526/pic_1362640170.jpg);   
}