JSFiddle - React, Tailwind, and code Playground

by jakie8

HTML

<script src="http://jakiestfu.com/forrst/iPan/iPan.js"></script>
<div id="parent">
<img src="http://jakiestfu.com/forrst/iPan/s6.jpg">
</div>

CSS

#parent{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}