JSFiddle - React, Tailwind, and code Playground

HTML

<div class="parent">
    <div class="texts">my text my text my text<br>my textmy text</div>
    
</div>

CSS

.parent {
    text-align:center;
}

.texts{
    
}