JSFiddle - React, Tailwind, and code Playground
by somekittens
HTML
<div></div>
<div id="a"></div>
CSS
div {
height: 100px;
width: 100px;
background-color: red;
}
#a {
height 100px;
width: 100px;
background-color: green;
float: right;
}