JSFiddle - React, Tailwind, and code Playground
HTML
<div class="container">
<p>Once upon<br>
a time, there lived a<br> squirrel who
lived in<br> the middle of<br>
the forest.</p>
</div>
CSS
.container {
border: 1px solid #666;
padding: 1em;
width: auto;
text-align: center
}