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