JSFiddle - React, Tailwind, and code Playground
by JohnFish
HTML
<div class="row"></div>
CSS
.row {
height: 50px;
width: 100px;
background-image: url("http://images.conceptcarz.com/imgxra/Jeep/t_2014-Jeep-Wrangler-Polar-SUV_Image-014.jpg");
background-position: center;
background-size: 100% 50px;
}