JSFiddle - React, Tailwind, and code Playground

HTML

<div id="wrapper" style="text-align: center;">
            <div id="outer" style="display: inline-block;">
			<div id="elem1" style="float:left; background-color: #f00; width: 200px; height: 200px;"></div>
			<div id="elem2" style="float:left; background-color: #00f; width: 200px; height: 200px; margin-left: 50px;"></div>
            </div>
		</div>