JSFiddle - React, Tailwind, and code Playground
by blineberry
HTML
<div class="text-shadow">Musings of a coffee ragamuffin.</div>
CSS
body {
background: #000;
font-family: 'American Typewriter','Courier New',Courier,serif;
font-size: 96px;
text-transform: uppercase;
font-weight: bold;
color: #FFF;
text-align: center;
letter-spacing: 8px;
}
.text-shadow {
text-shadow: 1px 1px 0 #000,
2px 2px 0 #FC8123,
3px 3px 0 #000,
4px 4px 0 #FC8123;
}