JSFiddle - React, Tailwind, and code Playground
HTML
<div><span>Whatever University</span></div>
CSS
span{
display:inline-block;
border-bottom:1px solid black;
padding-bottom:8px;
margin: auto;
letter-spacing:1.2em;
margin-right:-1.2em;
}
div{
text-align:center;
}