JSFiddle - React, Tailwind, and code Playground

by mehulkar

HTML

<img>

CSS

body {
  background: #2D2D33;
}

img {
  width: 200px;
  height: 200px;
  background: red;
  border: none;
  outline: none;
}