JSFiddle - React, Tailwind, and code Playground

by Jatin Patil

HTML

<table border="1">
 <tr>
  <td rowspan="2">Row 1 & Row 2 - Col 2</td>
 </tr>
 <tr>
  <td rowspan="2">Row 1 & Row 2 - Col 2</td>
 </tr>
</table>