JSFiddle - React, Tailwind, and code Playground
by Shashank D
HTML
<img src="https://picsum.photos/200/300" />
<img...
CSS
img {
width: 300px;
height: 300px;
position: absolute;
top: 0;
left: 0;
}
by Shashank D
<img src="https://picsum.photos/200/300" />
<img...
img {
width: 300px;
height: 300px;
position: absolute;
top: 0;
left: 0;
}