JSFiddle - React, Tailwind, and code Playground

by halloleo

HTML

<div>
      <div>
        <input type="radio" id="legend-on" name="legend" value="on" checked>on</input>
        <input type="radio" id="legend-off" name="legend" value="off">off</input>
      </div>
      <div id="container"></div>
    </div>
    <script src="https://code.highcharts.com/stock/highstock.js"></script>
    <script src="https://code.highcharts.com/modules/data.js"></script>    
    <script src="node_modules/jquery/dist/jquery.js"></script>
    <script src="chart.js"></script>