JSFiddle - React, Tailwind, and code Playground

by khamer

HTML

<img src="https://images-na.ssl-images-amazon.com/images/M/MV5BMjEzMDAxOTUyMV5BMl5BanBnXkFtZTgwNzAxMzYzOTE@._V1_.jpg" alt=""><img src="https://images-na.ssl-images-amazon.com/images/M/MV5BMjEzMDAxOTUyMV5BMl5BanBnXkFtZTgwNzAxMzYzOTE@._V1_.jpg" alt="">

CSS

img {
  width: 50%;
}

img + img {
  filter: invert(1) sepia(1) invert(1);
}