JSFiddle - React, Tailwind, and code Playground
by robx
HTML
<div id="before"></div>
<div id="after"></div>
CSS
#before, #after{
width:200px;
height:400px;
background-image:url('http://img683.imageshack.us/img683/1461/spritenew.jpg');
border:1px solid red;
}
#after{
background-position:-200px;
}