JSFiddle - React, Tailwind, and code Playground

by bryiantan

HTML

<table border="1" class="dataframe">
  <thead>
    <tr style="text-align: right;">
      <th>first</th>
      <th>LastName</th>
      <th>Address</th>
      <th>zip</th>
      <th>State</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>mary</td>
      <td>poppins</td>
      <td>3345 leanie rd</td>
      <td>28277</td>
      <td>PA</td>
    <tr>
       <td>honas</td>
       <td>bond</td>
      <td>1123 cavalry st</td>
      <td>38788</td>
      <td>GA</td>
      </tr>
      </tbody>
      </table>