JSFiddle - React, Tailwind, and code Playground

HTML

<div style="white-space: nowrap;">
    <div style="display: inline-block; width: 200px;">
        <p>Some text I want to wrap properly. Some text I want to wrap properly. Some text I want to wrap properly. Some text I want to wrap properly. Some text I want to wrap properly.</p>
    </div>
    <div style="display: inline-block; width: 200px;">
        <p>Some text I want to wrap properly. Some text I want to wrap properly. Some text I want to wrap properly. Some text I want to wrap properly. Some text I want to wrap properly. Some text I want to wrap properly.</p>
    </div>
</div>
<div style="display: inline-block;">
    <div style="display: inline-block; width: 200px;">
        <p>Some text I want to wrap properly.</p>
    </div>
    <div style="display: inline-block; width: 200px;">
        <p>Some text I want to wrap properly.</p>
    </div>
</div>