JSFiddle - React, Tailwind, and code Playground

CSS

body {
    background:url(http://graphic-station.net/red_new/images/00410namtarn16.jpg) no-repeat top left fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover 100% 100%;
    width:100%; height:auto;
    position:absolute;
    
}