JSFiddle - React, Tailwind, and code Playground

HTML

<img src="http://lorempixel.com/400/200/" />

CSS

body {
 height:1600px;   
}

img {
    position: fixed;
    top: 200px;
    right: 0;
}