JSFiddle - React, Tailwind, and code Playground
by josangel555
HTML
<table>
<thead>
<tr>
<th>Plein
</th>
<th>test</th>
</tr>
</thead>
<tbody>
<tr>
<td rowspan="2">dklsfjsd</td>
<td>abc</td>
</tr>
<tr>
<td>abc</td>
</tr>
<tr>
<td >dklsfjsd</td>
<td>abc</td>
</tr>
<tr>
<td>dklsfjsd</td>
<td>abc</td>
</tr>
</tbody>
</table>
CSS
table, th, td {
border: 1px solid black;
}