JSFiddle - React, Tailwind, and code Playground
HTML
<img src="http://static.oprah.com/2015/12/201601-omag-hate-exercise-949x534.jpg" />
CSS
img:hover {
filter: alpha(opacity=80);
opacity: .8;
}
<img src="http://static.oprah.com/2015/12/201601-omag-hate-exercise-949x534.jpg" />
img:hover {
filter: alpha(opacity=80);
opacity: .8;
}