JSFiddle - React, Tailwind, and code Playground

CSS

body {
    background-image: url(http://www.google.co.in/images/srpr/logo4w.png);
    background-repeat: no-repeat;
   height: 100%;
         width: 100%;
    background-size: 100% auto;

 }