JSFiddle - React, Tailwind, and code Playground

by Giorgio Malvone

CSS

html { 
  background: url(http://i.imgur.com/v2ovaHo.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}