JSFiddle - React, Tailwind, and code Playground
HTML
Passez la souris sur l'image en background : <br /><br />
<div id="image"></div>
CSS
#image {
background:url('http://www.weblobsdesigner.fr/ex1.jpg');
width:300px;
height:200px;
cursor:pointer;
}
#image:hover {
background-position:300px;
}