JSFiddle - React, Tailwind, and code Playground

by Lena R

HTML

<div class = "text">Text Text Text Text Text</div>

CSS

.text{
font-family: Calibri;
font-size: 8vw;
font-weight: 900;
text-align:center;
}