JSFiddle - React, Tailwind, and code Playground
HTML
<div>The next div will now shift beside this</div>
<div>This will render below the top div</div>
CSS
div {
border: 2px solid #f00;
}
div {
float: left;
}
<div>The next div will now shift beside this</div>
<div>This will render below the top div</div>
div {
border: 2px solid #f00;
}
div {
float: left;
}