JSFiddle - React, Tailwind, and code Playground
by abdul quadir
HTML
<img src="http://images5.fanpop.com/image/photos/31700000/love-love-31716724-1280-960.jpg" width="400" id="imgcls" />
CSS
img {
-webkit-filter: grayscale (1);
-moz-filter : grayscale (1);
-ms-filter : grayscale (1);
-o-filter : grayscale (1);
filter : grayscale (1);
filter : gray;
/* IE 6-9 * /
}