JSFiddle - React, Tailwind, and code Playground
by oilvier
HTML
<div><img src="//picsum.photos/2000/3000" alt=""></div>
CSS
div {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
border: 2px solid red;
overflow: scroll;
}