JSFiddle - React, Tailwind, and code Playground

by Paul Leech

HTML

<div style="display: table;font-family:sans-serif;">
  <div style="display: table-row;">
    <div style="display: table-cell;font-weight:bold;color:">
      Hours:
    </div>
    <div style="display: table-cell;font-weight:bold;">
      Central Time
    </div>
  </div>
  <div style="display: table-row;height:5px;line-height:5px">
    <div style="display: table-cell;">
    ------------   
   </div>
    <div style="display: table-cell;">
    ------------   
   </div>
  </div>
  <div style="display: table-row;">
    <div style="display: table-cell;">
      Weekdays&nbsp;&nbsp;
    </div>
    <div style="display: table-cell;">
      6am - 10pm
    </div>
  </div>
  <div style="display: table-row;">
    <div style="display: table-cell;">
      Weekends
    </div>
    <div style="display: table-cell;">
      8am - 8pm
    </div>
  </div>
</div>