JSFiddle - React, Tailwind, and code Playground

by Qwerty_Wasd

HTML

<div class="fst">
  First
</div>
<div class="scd">
  Second
</div>

CSS

body{ border: 3px solid #000000;}
.fst{width:150px;height:150px;border:1px solid black; float: left;}
 
.scd{width:100px;height:100px;background:green;}