JSFiddle - React, Tailwind, and code Playground
HTML
<img src="//cdn.onlinewebfonts.com/svg/img_158933.png" class="img">
CSS
.img {
display: block;
width: 100px;
height: 100px;
position: fixed;
right: 10px;
bottom: 20px;
}
<img src="//cdn.onlinewebfonts.com/svg/img_158933.png" class="img">
.img {
display: block;
width: 100px;
height: 100px;
position: fixed;
right: 10px;
bottom: 20px;
}