JSFiddle - React, Tailwind, and code Playground

HTML

<table cellspacing="0">
    <tr class="td">
        <td>Issue</td>                               
        <td >Date</td>
    </tr>  
    <tr>
    <td class="td"></td>
    <td class="td"></td>
    <tr>    
    <tr>
        <td>Theres is a issue with the code</td>
        <td>09-28-2012</td></tr>
</table>

CSS

.tr{
border-bottom: 2px dotted red;width:580px;padding-top:2px;
}