JSFiddle - React, Tailwind, and code Playground

HTML

<div>

<span>Hello!</span>
    
</div>

CSS

div {
text-align:center;
}

span
{    
 display:inline-block;
    transform:scale(3,1); 
    -webkit-transform:scale(3,1); 
}