JSFiddle - React, Tailwind, and code Playground
HTML
<div id="img-wrap">
</div>
CSS
#img-wrap{
height:200px;
width: 200px;
background-image: url('http://i.stack.imgur.com/yQ1j8.jpg');
background-size: cover;
background-position:center;
}