JSFiddle - React, Tailwind, and code Playground
by leongersen
HTML
<div id="one">
<a href="http://google.com/">Content</a>
</div>
CSS
#one { height: 100%; width: 100%; }
JavaScript
document.documentElement.ontouchstart = function( event ){
event.preventDefault();
};