JSFiddle - React, Tailwind, and code Playground
HTML
<h1>Indeklima</h1>
CSS
html, body {
background: white;
}
h1 {
font-size: 4em;
font-family: sans-serif;
margin-top: 1.5em;
color: red;
text-shadow: 0 -0.5em 0 rgba(255, 0, 0, 0.7), 0 -1em 0 rgba(255, 0, 0, 0.4);
}