JSFiddle - React, Tailwind, and code Playground

by dhoerster

HTML

<div style="display:inline-block;">
                <p>Europe Sites</p>
                <ul>
                    <li>Hi</li>
                </ul>
</div>
<div style="display:inline-block;float:right;">
                <p>Other Sites</p>
</div>