JSFiddle - React, Tailwind, and code Playground
HTML
<ul>
<li>One</li>
<li>Two</li>
</ul>
<p>Oops, this will sit besides one and two</p>
CSS
ul li {
float: left;
}
<ul>
<li>One</li>
<li>Two</li>
</ul>
<p>Oops, this will sit besides one and two</p>
ul li {
float: left;
}