JSFiddle - React, Tailwind, and code Playground

Eat, Pray, Love

by CBroe

HTML

<script src="https://fonts.googleapis.com/css?family=Share+Tech+Mono"></script>
<p>Eat, Pray, Love

Buy, Sell, Profit

Shit, Fuck, Die</p>

CSS

* { margin: 0; padding: 0; box-sizing: border-box; }
html { background: url(https://images.unsplash.com/photo-1449103552284-f455a4479fc4) fixed bottom left; background-size: cover; font-family: 'Share Tech Mono', monospace; color:#f00; }
body { background: transparent; }
p { font-size:20vh; line-height: 1; white-space: pre; padding:0 1vw; text-shadow: .5vh .5vh 0 rgba(0,0,0,.5); }