JSFiddle - React, Tailwind, and code Playground

by William Green

CSS

body, html {
    width:100%;
    height:100%;
}

body {
    -o-background-size:cover;
    -webkit-background-size:cover;
    -ms-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    background-image:url(https://www.apple.com/support/assets/images/products/osx/osx_el_capitan_welcome_hero.jpg);
    background-repeat:no-repeat;
    background-position:center center;
}