JSFiddle - React, Tailwind, and code Playground

by shapeshifta

HTML

<table summary="Eine toll Tabelle">           <tfoot></tfoot>
           <tbody>
               <tr>
                   <th axis="contact">Name</th>
                   <th axis="contact">Telefon</th>
                   <th axis="location">Standort</th>
               </tr>
               <tr>
                    <td> </td>
               </tr>
           </tbody>
        </table>

CSS

th {color:#fff}
th[axis="contact"] {background:red;}
th[axis="location"] {background:blue;}