JSFiddle - React, Tailwind, and code Playground
by vusan
HTML
<table cellspacing="0" cellpadding="0" border="0">
<tr><th>sn</th><th>name</th></tr>
<tr><td>1</td><td>r</td></tr>
<tr><td>1</td><td>r</td></tr>
</table>
CSS
td,th {
background-color:#809BB3;
border-right:#000 solid 1px !important;
position:relative;
}