JSFiddle - React, Tailwind, and code Playground
by confile
HTML
<div class="test">Stammbaum</div>
<br><br>
x Versatz
y Versatz
blur (Weichzeichner)
Farbe
CSS
.test {
font-size: 38px;
color: #fff;
text-shadow: 3px 3px 5px rgba(0,0,0,1.0);
}