JSFiddle - React, Tailwind, and code Playground
by panique
HTML
<h1>BEISPIELTEXT</h1>
CSS
h1 {
color: #111111;
font-size: 50px;
font-weight: 400;
line-height: 50px;
margin: 0 20px;
padding: 30px 30px 5px;
position: relative;
text-align: center;
text-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
}