JSFiddle - React, Tailwind, and code Playground

by 규연 황

HTML

<table>
    <tr class="hidden">
        <td><div>1111111111</div></td>
    </tr>
    <tr>
        <td><div>1111111111</div></td>
    </tr>
</table>

CSS

div {
    position: relative;
}
.hidden {
    visibility: hidden;
}