JSFiddle - React, Tailwind, and code Playground

by KomathiKarunakaran

HTML

<table style="width: 100%">
    <colgroup>
       <col span="1" style="width: 15%;">
       <col span="1" style="width: 15%;">
    </colgroup>
    
    
    
    <!-- Put <thead>, <tbody>, and <tr>'s here! -->
    <tbody>
        <tr>
            <td style="background-color: #777">15%</td>
            <td style="background-color: #777">15%</td>
        </tr>
    </tbody>
</table>