JSFiddle - React, Tailwind, and code Playground
by ansonhoyt
CSS
html {
background:url(http://farm3.staticflickr.com/2188/2436694279_53b913aa2d_m.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 100%;
background-color: #131516 !important;
}
body {
background-color: transparent !important; (to override bootstraps default color)
}