JSFiddle - React, Tailwind, and code Playground
HTML
<a id="riepilogoerrori" href="http://www.microsoft.com">Microsoft</a>
<input type="button" onclick="localStorageReadRequest()" value="Change link">
JavaScript
function localStorageReadRequest () {
var G2Klocalstorage = {
"data_start" : "pippo",
}
document.getElementById('riepilogoerrori').innerHTML(G2Klocalstorage);
}