JSFiddle - React, Tailwind, and code Playground
by satantx
HTML
<div class="back"></div>
CSS
body,
html {
height: 100%;
}
body {
background: #fff url(http://www.satantx.com/image/1.png) 50% 0 no-repeat;
}
.back {
width: 960px;
margin: 0 auto;
height: 100%;
background: #ccc;
}