JSFiddle - React, Tailwind, and code Playground

by Vinay Pratap Singh Bhadauria

HTML

<table BORDER="2" BORDERCOLOR="Black" CELLPADDING="3">
    <colgroup>
        <col span="2" style="background-color:FFA04A"/>
            <col style="background-color:FFA04A"/>
    </colgroup>
    <thead>
        <tr>
<font color="Blue">
        <th><font color="Blue">System</font>
            </th>
            <th><font color="Blue">Is Alive</font>
            </th>
            </font>
        </tr>
    </thead>
    <table/>