JSFiddle - React, Tailwind, and code Playground

by Jesper Brinch Korsbakke

HTML

<img src="http://localhost:8080/img1.jpeg" alt="">

CSS

img {
  transform: scale(0.1);
  width: 300px;
  
}