JSFiddle - React, Tailwind, and code Playground

by NerfAnarchist

HTML

<table>
    <tr>
        <td>asdf</td>
        <td>afds</td>
        <td>asdf</td>
    </tr>
    <tr>
        <td>1asdf</td>
        <td>1afds</td>
        <td>1asdf</td>
    </tr>
</table>

CSS

table {
    border: 1px solid #000000;
    height: 500px;
}

tr {
    border-bottom: 1px solid #000000;
    height: 10px;
}

td {
    border-right: 1px solid #000000;
    height: 10px;
}

JavaScript

// table tr height test