JSFiddle - React, Tailwind, and code Playground

by MrLister

HTML

<div style="width:100px;height:100px;background-color:#ffff00;float:left">
div1
</div>

<div style="width:100px;height:100px;background-color:#0000ff;float:left">
div2
</div>

<div style="width:100px;height:100px;background-color:#00ff33; margin-left:200px">
div3
</div>