JSFiddle - React, Tailwind, and code Playground

by Travis Almand

HTML

<img src="https://upload.wikimedia.org/wikipedia/commons/4/47/PNG_transparency_demonstration_1.png" data-fi="fi1" />

<img src="https://upload.wikimedia.org/wikipedia/commons/4/47/PNG_transparency_demonstration_1.png" data-fi="fi2" />

CSS

img {
  max-height: 200px;
  max-width: 200px;
}
img[data-fi="fi1"] {
  background-color: gainsboro;
}
img[data-fi="fi2"] {
  background-color: rebeccapurple;
}