JSFiddle - React, Tailwind, and code Playground
HTML
<div></div>
CSS
div {
width: 200px;
height: 200px;
background: url('http://online-test.biz/files/image/photos/page_122_test_ege_po_geografii.png') 0 0 no-repeat;
-webkit-transition-property: background;
-webkit-transition-duration: 0.5s;
-webkit-transition-timing-function: ease;
}
div:hover {
background: url('http://online-test.biz/files/image/photos/page_122_test_ege_po_geografii.png') 0 50px no-repeat;
}