JSFiddle - React, Tailwind, and code Playground

by borisjavier

HTML

<div class="modal-body row">
  <div class="col-md-6">
    <!-- Your first column here -->Hola
  </div>
  <div class="col-md-6">
    <!-- Your second column here -->Que tal
  </div>
</div>