JSFiddle - React, Tailwind, and code Playground

by philll_t

HTML

<div class="wrapper">
    
    <div class="content"> 
        Help! I need somebody, help! not just anybody
        help! You know I need someone! Help!!! When I was
        younger
    </div>
    
</div>

CSS

.wrapper{
    height: 600px;
    border: solid 1px black;
    line-height: 600px;
    text-align: center;
}

.content{
    display: inline-block;
    text-align: left;
    line-height: normal;
    height: 200px;
    border: solid 1px black;
    vertical-align: middle;
    width: 200px;
}