JSFiddle - React, Tailwind, and code Playground

by barzik

HTML

<table border="1">
    <tr class="widetableheader">
        <th>this is header</th>
        <td>This is regular cell</td>
    </tr>
</table>

CSS

*{
    font-family:        Arial, Helvetica, sans-serif;
    font-size:          12px;
    font-weight:bold;
}

.widetableheader{
    font-weight:bold;
}