JSFiddle - React, Tailwind, and code Playground

by ctpz

HTML

<table border=1>
<tr>
<td rowspan=3 height=200px>
one
</td>
<td rowspan=3 height=200px>
one
</td><td  height=10%>
one
</td>

</tr>
<tr>
<td >
two
</td>
</tr>
<tr>
<td height=10%>
two44
</td>
</tr>
</table>