JSFiddle - React, Tailwind, and code Playground

HTML

<p>Here's the previous paragraph</p>
<ul style="float: left;">
   <li>Hello</li>
   <li>World</li>
</ul>
<p style="clear: left;">Here's the next paragraph</p>