JSFiddle - React, Tailwind, and code Playground
by Manju06
HTML
<img class="bg-bottom" src="images/bg-bottom.svg" alt="bottom background" />
CSS
.bg-bottom {
position: absolute;
bottom: 0;
left: 0;
z-index: -1;
width: 20%;
}
by Manju06
<img class="bg-bottom" src="images/bg-bottom.svg" alt="bottom background" />
.bg-bottom {
position: absolute;
bottom: 0;
left: 0;
z-index: -1;
width: 20%;
}