JSFiddle - React, Tailwind, and code Playground
HTML
<div></div>
CSS
div {
width: 100%;
height: 500px;
background:url(http://www.androidcentral.com/sites/androidcentral.com/files/styles/w550h500/public/wallpapers/black-3d-tiles-vo4.jpg?itok=OrFvs3Wh) no-repeat red;
background-size: cover;
background-position: -500px 0px;
}