JSFiddle - React, Tailwind, and code Playground

by Vikash Kumar Gupta

HTML

<table border="1">
  <tr>
    <th style="width:200px;">Date</th>
    <th>Name</th>
    <th>IP</th>
  </tr>
  <tr>
    <td >Date1</td>
    <td>Name1</td>
    <td>IP1</td>
  </tr>
  <tr>
    <td>Date2</td>
    <td>Name2</td>
    <td>IP2</td>
  </tr>
</table>