JSFiddle - React, Tailwind, and code Playground
by dhavaljani
HTML
<h1>
Title Goes Over Here
</h1>
<p>
Lorem pixel and other text goes here with lot of items below this now
</p>
CSS
body {
background-image: url(http://lorempixel.com/1280/720/cats/);
color: #fff;
font-family: sans-serif;
padding: 40px;
text-shadow: 0 0 10px rgba(0,0,0, 0.7);
}
h1 {
font-size: 64px;
text-shadow: 0 0 10px rgba(0,0,0, 0.3);
}