JSFiddle - React, Tailwind, and code Playground

HTML

<img src="http://www.w3schools.com/cssref/w3css.gif" width="100" height="140" />

CSS

img 
{
    position:absolute;
clip:rect(0px,60px,200px,0px);
}
img:hover{
    clip:rect(0px,100px,200px,0px);
}