JSFiddle - React, Tailwind, and code Playground
HTML
<div>Пробный текст</div>
CSS
div{
width:300px;
height:200px;
font-size:38px;
font-family:verdana;
color:#fff;
background:orange;
line-height:180px;
text-align:center;
text-shadow: -1px -1px 1px rgba(0,0,0,.5);
}