JSFiddle - React, Tailwind, and code Playground
by selahssea
HTML
<img src="https://www.google.com/images/srpr/logo4w.png" alt="">
CSS
img{
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}