This *should* have a bottom border Top cell
Bottom Cell - This should not have a bottom border

Table source:

<table style="border-collapse: collapse;">
<tr>
	<td rowspan="2" style="border-bottom: 2px solid black;">This *should* have a bottom border</td>
	<td>Top cell</td>
</tr>

<tr>
	<td>Bottom Cell - This should not have a bottom border</td>
</tr>
</table>