JSFiddle - React, Tailwind, and code Playground
HTML
<img src="http://localhost:8080/img1.jpeg" alt="">
CSS
img {
transform: scale(0.1);
width: 300px;
}
<img src="http://localhost:8080/img1.jpeg" alt="">
img {
transform: scale(0.1);
width: 300px;
}