JSFiddle - React, Tailwind, and code Playground

HTML

<div id="element1">  element 1 markup </div> 
<div id="element2">  element 2 markup </div>

CSS

#element1 {; width:50%; background-color:red;float:left} 
#element2 {width:50%; background-color:red;float:left}