JSFiddle - React, Tailwind, and code Playground
HTML
<div>1st</div>
<div>2nd</div>
<section>Below</section>
CSS
div {
border: 1px solid #f00;
width: 200px;
height: 100px;
}
div {
float: left;
}
<div>1st</div>
<div>2nd</div>
<section>Below</section>
div {
border: 1px solid #f00;
width: 200px;
height: 100px;
}
div {
float: left;
}