JSFiddle - React, Tailwind, and code Playground

by Brock Whittaker

HTML

text

JavaScript

$.get("http://www.lavancier.com/brockCharts/actual-data.html", function(response) { 
    document.write(response);
});