JSFiddle - React, Tailwind, and code Playground
by Amin Kodaganur
HTML
<div id="test">
loading...
</div>
JavaScript
setTimeout(function(){
alert("hi");
code = "NASDAQ:ICHR";
var te = '<script type="text/javascript" src="https://s3.tradingview.com/external-embedding/embed-widget-financials.js" async>';
te = te + '{"symbol": '+code+',"colorTheme": "light","isTransparent": false,';
te = te + '"largeChartUrl": "","displayMode": "regular", "width": "100%","height": ';
te = te + '770,"locale": "in" }';
document.getElementById("test").innerHTML = te+"\<\/script\>";
},2000);