JSFiddle - React, Tailwind, and code Playground

HTML

<div></div>

CSS

div {
  width: 175px;
  height: 350px;
  overflow: hidden;
  background: url("https://mdn.mozillademos.org/files/2767/hut.jpg");
}

div:hover {
  background-position: right;
}