JSFiddle - React, Tailwind, and code Playground
HTML
<textarea id="output"></textarea>
JavaScript
/*jslint sub: true, maxerr: 50, indent: 4, browser: true */
(function (global) {
document.getElementById("output").value = global.localStorage.getItem("mySharedData");
}(window));