JSFiddle - React, Tailwind, and code Playground

by jnfsmile

HTML

<div>
    <div>A</div>
</div>
<div>
    <div>B</div>
</div>
<div>
    <div>C</div>
</div>
<div>
    <div>D</div>
</div>
<div style='clear:both;'></div>

CSS

div {clear:both;}
div > div { float:left;margin:20px auto;}