JSFiddle - React, Tailwind, and code Playground
HTML
<body id="main"></body>
CSS
#main {
background: url(http://derinbay.com/1.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
overflow: hidden;
}
JavaScript
var hgt = $(window).height();
$("#main").css("height", hgt)