JSFiddle - React, Tailwind, and code Playground
HTML
<script src="http://www.flexmonster.com/flexmonster/flexmonster.js"></script>
<div id="pivotContainer">The component will appear within this DIV.</div>
JavaScript
flexmonster.embedPivotComponent("http://flexmonster.com/flexmonster/", "pivotContainer", "100%", "500", {
licenseKey: "Z53G-1T1WC3-1V1M-0L12-2M0A-1233-1I0Y-2Y2Q-1903-322S-0T2C-1I",
dataSourceType: "csv",
filename: "http://www.flexmonster.com/flexmonster/data/data.csv",
rows: [{ uniqueName: "[Category].[Category]" },
{ uniqueName: "[Color].[Color]" }],
measures: [{ uniqueName: "[Measures].[Price]" }, { uniqueName: "[Measures].[Discount]" }],
viewType: "grid",
classicView: true,
expandAll: true,
showTotals: false
}, true);