JSFiddle - React, Tailwind, and code Playground
by humanzing
HTML
<!-- GoCharting CryptoChart Widget BEGIN -->
<div class="wrapper">
<div id="chart-container"></div>
<style>
#chart-container {
width: 100%;
height: 450px;
min-height: 450px;
min-width:850px;
}
</style>
<script type="text/javascript" src="https://unpkg.com/embed-gocharting/gocharting-embed.js"></script>
<script>
var chart = new gocharting.GoChartsEmbed();
chart.mount('#chart-container')</script>
</div>
<!-- GoCharting CryptoChart Widget END -->