Check out example codes for "html table span 2 rows". It will help you in understanding the concepts better.
Code Example 1
<td colspan="2">Content here</td> // or...
<td rowspan="2">Content here</td>
Learn ReactJs, React Native from akashmittal.com