JSFiddle - React, Tailwind, and code Playground

by anmol sandal

HTML

<table>
     <tr>
       <td>
         test
       </td>
       <td>
         test
       </td>
       <td>
         test
       </td>
       <td>
         test
       </td>
     </tr>
    
     <tr>
       <td>
         test
       </td>
       <td colspan="3">
         test
       </td>
       
    </tr>
    </table>