JSFiddle - React, Tailwind, and code Playground

by Milos Draca

HTML

<tr align="left">
   <td class="dateTime">
      <label>Pick up Date</label>
      <input name="DateFrom" id="DateFrom" style="width:100px" size="10" maxlength="10" class="dtefld" value="">
      <label>Pick up Time</label>
      <input name="TimeFrom" id="TimeFrom" class="time" type="text" size="10" maxlength="10" value="">
   </td>
</tr>
<br>
<tr align="left">
  <td class="dateTime">
     <label>Drop off Date</label>
     <input name="DateTo" id="DateTo" style="width:100px" size="10" maxlength="10" class="dtefld" value="">
     <label>Drop off Time</label>
     <input name="TimeTo" id="TimeTo" class="time" type="text" size="10" maxlength="10" value="">
   </td>
</tr>