JSFiddle - React, Tailwind, and code Playground

by TheDiamondDoge

HTML

<?xml version="1.0" encoding="iso-8859-1" ?>
<html>
<head>
</head>
<body>
<style type="text/css">
.excelDefaults .style_00 {
  vertical-align: bottom;
  font-size: 11pt;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: none;
  text-color: #000000;
  text-color: rgba(0x00, 0xff, 0x00, 0x00);
}
</style>
<table class=excelDefaults>
<col/>
<col/>
<thead>
  <tr class=colHeader>
    <th class=colHeader>&#x25CA;</th>
    <th class=colHeader>A</th>
  </tr>
</thead>
<tbody>
  <tr>
    <td class=rowHeader>1</td>
    <td class=style_00 style="text-align: left;">asdfsasdasdsfsdfds</td>
  </tr>
</tbody>
</table>
</body>
</html>