JSFiddle - React, Tailwind, and code Playground
by Neeraj Sonar
HTML
<div></div>
CSS
div {
background: #f00 url(http://d1c739w2xm33i4.cloudfront.net/2.2/top_image.jpg);
/* background-size: 100%;*/
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: 100%;
height: 500px;
}