JSFiddle - React, Tailwind, and code Playground
by Marco Abate
HTML
<div class="test">
<img src="https://unsplash.it/200/200">
</div>
SCSS
.test {
width: 90vw;
height: 90vh;
background-color: red;
touch-action: pan-up pan-down pan-left pan-right;
}