JSFiddle - React, Tailwind, and code Playground

by powerMugen

HTML

<div class="conteneur">
    <div class="contenu">
        contenu
    </div>
    <br class="clear" />
</div>

CSS

.conteneur {background:red; padding:10px;}
.contenu {float:left; background:pink; border-radius:8px; padding:10px;}
.clear {clear:both; line-height:0px; height:0; font-size:0px;}