I am trying to get rounded cells for my table but I am unable to execute css as border-radius is not working in my code i.e.,
table
{
border-spacing: 10px;
border-collapse: seperate;
}
<tr>
<td style=\"border:1px solid black; background-color:#FE0000; color:white; text-align:center;\"><b>xxxxxxxxxxx</b></td>
<td style=\"border:1px solid black; background-color:#F69546; color:white; text-align:center;\"><b>xxxxxxxxxxx</b></td>
<td style=\"border:1px solid black; background-color:#92D14F; color:white; text-align:center;\"><b>xxxxxxxxx</b></td>
here I am using tcpdf and html