JSFiddle - React, Tailwind, and code Playground

HTML

<img src="http://i.imgur.com/StEW4JD.jpg" class="image">

CSS

.image {
  max-width: 100%; /* demo */
  filter: sepia(100%) hue-rotate(300deg) brightness(75%) saturate(200%);
}