JSFiddle - React, Tailwind, and code Playground

HTML

<div class="google">
     <img src="https://www.google.com/images/srpr/logo3w.png">
</div>

CSS

.google{
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}