JSFiddle - React, Tailwind, and code Playground
HTML
<div class="text">Отборочный этап</div>
CSS
body {
background: black;
}
.text {
text-transform: uppercase;
font-size: 50px;
color: yellow;
text-shadow: 0px 10px 0px rgb(255 255 0 / 50%), 0px 20px 0px rgb(255 255 0 / 25%);
}
/* .text:after {
content:
} */