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