JSFiddle - React, Tailwind, and code Playground
by Vertigo
HTML
<div class="header"></div>
CSS
.header {
background: #111 url(http://frey.su/wp-content/uploads/2014/04/258.jpg ) center 0 no-repeat;
background-size: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 660px;
margin: 0 auto;
min-width: 960px;
width: 100%;
}