JSFiddle - React, Tailwind, and code Playground
by Ramana Yalla
HTML
<div class="yourClass"></div>
CSS
.yourClass{
width:100px;
height:100px;
background:url(http://img1.sendscraps.com/se/143/016.gif);
opacity:0.5;
position:fixed;
bottom:0;
right:0;
z-index:100;
}