JSFiddle - React, Tailwind, and code Playground
by Ivin Raj S
HTML
<img src="DigitalBannerwithX.png" width="40%" height="auto" class="fix" onclick="this.style.display = 'none'" />
CSS
.fix{
position:fixed;
bottom:0px;
width: 30%;
margin-left:50%;
margin-right: 50%;
background-color:red;
}