JSFiddle - React, Tailwind, and code Playground
HTML
<h1>Lorem Ipsum</h1>
CSS
h1 {
font-family: Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 6em;
color: rgba(10, 60, 150, 0.8);
text-shadow: 1px 4px 6px #def, 0 0 0 #000, 1px 4px 6px #def;
}