JSFiddle - React, Tailwind, and code Playground
by vjeux
HTML
<div style="background-position: 0%"></div>
<div style="background-position: 50%"></div>
<div style="background-position: 100%"></div>
CSS
div {
background-image: url(https://scontent-1.32934.fna.fbcdn.net/hprofile-xpa1/t1.0-1/p160x160/1621912_10151977755611188_1426799236_n.jpg);
width: 320px;
height: 160px;
background-repeat: no-repeat;
border: 1px solid black;
margin: 5px;
}