JSFiddle - React, Tailwind, and code Playground
by apoucoz
HTML
<img width="400px" class="img" src="http://imapo.ru/img/imgr1.png">
CSS
body {
margin: 0px;
}
.img {
position: absolute;
z-index: 1;
top: 0px;
left: 0px;
}
by apoucoz
<img width="400px" class="img" src="http://imapo.ru/img/imgr1.png">
body {
margin: 0px;
}
.img {
position: absolute;
z-index: 1;
top: 0px;
left: 0px;
}