JSFiddle - React, Tailwind, and code Playground
by John Hutchins
HTML
<div data-role="page" id="p'+item.id+'" style="width: 100vw; height: 100vh;">
<div data-role="header" style="background-color: #FFFFFF;border:none;" data-position="fixed">
<a href="#" onClick="location.href=\'documenti.html\'" data-role="button" data-icon="back" data-iconpos="notext" class="ui-btn-left">Home</a>
<img src="images/app/logo.png" id="navImg"/>
</div>
<iframe src="https://docs.google.com/gview?embedded=true&url=http://gestisciapp.it/sscg/' + item.path + '" width="100%" height="100%" align="center" ></iframe>
</div>