JSFiddle - React, Tailwind, and code Playground

by needlethread

HTML

<div>
  <div style="display: inline-block; width: 49%;">
     This is a bunch of text on the left.     This is a bunch of text on the left.     This is a bunch of text on the left.
     This is a bunch of text on the left.     This is a bunch of text on the left.     This is a bunch of text on the left.
  </div>
  <div style="display: inline-block; width: 49%;">
     This is a bunch of text on the right.     This is a bunch of text on the right.     This is a bunch of text on the right.
     This is a bunch of text on the right.     This is a bunch of text on the right.     This is a bunch of text on the right.
  </div>
</div>