JSFiddle - React, Tailwind, and code Playground

HTML

<div id="foo"><img src="url" /></div>

CSS

#foo {
    position: fixed;
    left: auto;
}