JSFiddle - React, Tailwind, and code Playground

by Ryan Brackett

HTML

<div class="wrapper mt-5 rounded-top">
  <div class="groups-map with-list columns" id="map-panel">
    <div class="map-list-wrapper">


      <div class="xrow-fluid xrow-fluid_maps">
        <div id="map-canvas"></div>
        <div class="directions-clinic-info" id="clinicInfo" style="float:right;height:35%;display:none"></div>
        <div class="directions-panel" id="directionsPanel" style="float:right;height:65%;display:none"></div>
      </div>
    </div>
  </div><!-- /.groups-map -->
</div><!-- /.wrapper -->