JSFiddle - React, Tailwind, and code Playground

by danield770

HTML

<div id="ff"><span>hello how</span></div>


<div id="ff"><span>hello how are you</span></div>

CSS

#ff{    
width:80px;
	height:80px;
	background-color:red;
	border-radius:100%;
	text-align:center;
	line-height:80px;
}
span
{
    line-height: normal;
    display:inline-block;
    vertical-align: middle;
}