JSFiddle - React, Tailwind, and code Playground

HTML

<div id="container" style="float:left; display:flex; width: 500px">
  <div style="background-color: black; width: 90%">test</div>
  <div style="background-color: red; width: 90%">test</div>
</div>