JSFiddle - React, Tailwind, and code Playground
HTML
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<canvas id="myChart" width="80" height="40"></canvas>
JavaScript
const myChart = new Chart(
document.getElementById('myChart'),
config
);