JSFiddle - React, Tailwind, and code Playground

HTML

<div id="columns" style="width: 100%;">
    <div id="left" style="float: left; width: 60%;">
      LEFT
    </div>
    <div id="right" style="float: left; width: 40%;">
      <div id="input">
        RIGHT
      </div>
    </div>
  </div>