JSFiddle - React, Tailwind, and code Playground

HTML

<div id='crop-the-cats'></div>

CSS

#crop-the-cats {
    width: 100px;
    height: 80px;
    background-image: url(http://i.stack.imgur.com/ArS4Q.jpg);
    background-position: -50px -60px;
}