JSFiddle - React, Tailwind, and code Playground

by briggs_w

HTML

<table height="100" border="1">
 <tr height="50">
  <td>Número</td>
  <td>Id Producto</td>
  <td># Parte</td>
  <td >Descripci&oacute;n</td>
  <td>Cantidad</td>
  <td>Precio</td>
  <td>Subtotal</td>
  <td>Descuento</td>
  <td>total</td>
 </tr>
</table>