JSFiddle - React, Tailwind, and code Playground

by ykay

HTML

<div style="height:2000px">

<a href="#head"><img src="http://placehold.it/200x100" id="fixedbutton"></a>

</div>

CSS

#fixedbutton {
    position: fixed;
    bottom: 0px;
    right: 0px; 
}