JSFiddle - React, Tailwind, and code Playground

by secretgspot

HTML

<link href='http://fonts.googleapis.com/css?family=Sancreek' rel='stylesheet'>
<h1>Ain't no page here no more</h1>

CSS

body {
    background-attachment: fixed;
  background-image: url('http://adamwhitcroft.com/wp-content/themes/Fifth/img/dot.png'),
                    url('http://i.imgur.com/hlgyq.gif');
    background-position: 50% 50%;
    background-size: auto, cover;
  font-size: 100%;
}
h1 {
  background: hsla(0,0%,0%,.75);
  bottom: 100px;
  color: #b59788;
  font: 2em/1 Sancreek, sans-serif;
  left: 0;
  padding: .5em 2em .5em 1em;
  position: absolute;
}