JSFiddle - React, Tailwind, and code Playground

by Peter Nosko

HTML

<div id="SearchControls">
  <div id="row">

  	<div id="left">
  		<h4>Left Col</h4>
  		<p>...</p>
  	</div>

  	<div id="middle">
  		<h4>Middle Col</h4>
  		<p>...</p>
  	</div>

  	<div id="right">
    	<h4>Right Col</h4>
    	<p>...</p>
  	</div>

	</div>
</div>