JSFiddle - React, Tailwind, and code Playground

CSS

html, body {
    height:100%;
} 
body 
    {
        background-color: white;
        background-image: url('http://www.canvaz.com/portrait/charcoal-1.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left top;
        height: 100%;
    }