JSFiddle - React, Tailwind, and code Playground

by stitot

HTML

<table>
  <tbody>
    <tr
      class="hcg-row hcg-row-odd hcg-row-tree hcg-row-expanded hcg-row-depth-0"
    >
      <td class="hcg-cell-tree">
        <div class="hcg-disclosure">
          <span class="hcg-disclosure-icon">...</span>
          <span class="hcg-disclosure-value">...</span>
        </div>
      </td>
      <td class="hcg-cell hcg-cell-aggregated">100</td>
    </tr>
    <tr class="hcg-row hcg-row-even hcg-row-tree hcg-row-collapsed hcg-row-depth-1">
      <td class="hcg-cell-tree">
        <div class="hcg-disclosure">
          <span class="hcg-disclosure-icon">...</span>
          <span class="hcg-disclosure-value">...</span>
        </div>
      </td>
      <td></td>
    </tr>
  </tbody>
</table>