JSFiddle - React, Tailwind, and code Playground

HTML

<div class="sub-label iepngfix">Nickname</div>
<div class="sub-text">
Itwaslargelythedisplaysthatgavetheseearlyelectronicreaderspromise.Bute-Inkwasn'twithoutitsflaws.AsInotedatthetime,“thetextualfacsimileisn'tperfect. 
</div>

CSS

.sub-label {
    float: left;
    font-weight: bold;
    padding: 0;
}
.sub-text {
    float: left;
    margin: 0 0 0 5px;
    word-wrap: break-word;
    /* width: 100px; */
}