JSFiddle - React, Tailwind, and code Playground

by pioul

HTML

<div id="Ville">
    A NICE
</div>
<div id="mainform">
    <input type="text"/>
</div>
<div style="clear: both;"></div>

CSS

#Ville, #mainform {
    float: left;
}