JSFiddle - React, Tailwind, and code Playground
by djdiego88
HTML
<p>Trazos Web</p>
CSS
body {
background: #222222;
color: #131313;
font-size: 100px;
}
p {
text-align: center;
text-transform: uppercase;
text-shadow: #2d2f2d 2px 2px 4px;
}