JSFiddle - React, Tailwind, and code Playground
by Thomas Carlsen
HTML
<table border=0 cellpadding=10 cellspacing=0 style="border-collapse:seperate">
<tr style="background-color:#FFF">
<td colspan=3 align=center style="background-color:#F00; border-radius:20px 20px 0 0"> Overskrift </td>
</tr>
<tr style="background-color:#F00">
<td align=center style="color:#FFF; background-color:#000; border-radius:30px 0px 0px 0px"> Peter </td>
<td align=center style="color:#FFF; background-color:#000; border-radius:0px 0px 0px 0px"> Alice </td>
<td align=center style="color:#FFF; background-color:#000; border-radius:0px 30px 0px 0px"> John </td>
</tr>
</table>