JSFiddle - React, Tailwind, and code Playground
HTML
<script src="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap"></script>
<div class="text">Отборочный этап</div>
CSS
body {
background: black;
}
.text {
font-family: 'Open Sans', sans-serif;
font-weight: bold;
text-transform: uppercase;
font-size: 50px;
color: yellow;
text-shadow: 0px 0.4em 0px black, 0px 20px 1px rgb(255 255 0 / 50%), 0px 0.8em 0px black, 0px 40px 1px rgb(255 255 0 / 40%);
}