JSFiddle - React, Tailwind, and code Playground

by Kawaljit Singh

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;
}