JSFiddle - React, Tailwind, and code Playground
by Blanca B
HTML
<div id="uno"></div>
<div id="dos"></div>
CSS
div {
width: 200px;
height: 200px;
border: 5px #A6DDE0 solid;
float: left;
}
#dos {
width: 200px;
height: 200px;
border: 5px #FFC2BD solid;
float: right;
}