JSFiddle - React, Tailwind, and code Playground
CSS
body{
background: url("http://1.bp.blogspot.com/-uer1_fC8jm4/U9CLBfWJqbI/AAAAAAAAAXA/uy78Ds3-5GI/s1600/BG-gray.png"),url("http://2.bp.blogspot.com/-hxFdyNNSsHM/U8_wtu9UKXI/AAAAAAAAAWY/73AGv2JuUpU/s1600/alebrijes-bn.jpg") repeat scroll 0 0 transparent;
background-size:cover, auto;
background-attachment:fixed,scroll;
color: #333;
padding: 0;
font-family: 'Lora',Georgia,Serif;
font-size: 18px; line-height: 29px;
border-top: 5px solid #C0392B;
min-height:900px;
min-width:1024px;
}
.clr { clear:both; float:none; }