JSFiddle - React, Tailwind, and code Playground

by dievardump

HTML

<img src="" />

CSS

body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100vw;
  gap: 1em;
}

img {
  width: 100%;
  height: auto;
}