JSFiddle - React, Tailwind, and code Playground

by rus333

HTML

<table class="table_border">
    <tr>
        <td></td>
        <td></td>
    </tr>
</table>

CSS

.table_border {
    border:#F79646 solid 2px;
    width:600px;
    height: 400px;
    padding-bottom:200px;
}
.table_border td:last-child {
    border:#F79646 solid 2px;
    width:200px;
    height:200px;
}