JSFiddle - React, Tailwind, and code Playground

by swaroop206

HTML

<div class="mtd charts">
  <h1>Doughnut Chart</h1>
  <div>
    <canvas id="doughnut"></canvas>
  </div>
  <div id="chartjs-tooltip"></div>
  <div id="doughnut-legend" class="chart-legend"></div>
</div>