JSFiddle - React, Tailwind, and code Playground

by mcgrailm

CSS

html {
    background: #000; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#000000'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#996633), to(#000)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #996633,  #000); /* for firefox 3.6+ */
    min-height: 100%;
}

body: {
    background-image:url('http://www.personal.psu.edu/rdl5038/sonic.gif');
}