JSFiddle - React, Tailwind, and code Playground
HTML
<img src="http://www.kickstarter.com/download/kickstarter-logo-light.png"></img>
CSS
body {background:midnightblue;}
img {width:100%;}
img:hover {-webkit-filter: brightness(150%); }
<img src="http://www.kickstarter.com/download/kickstarter-logo-light.png"></img>
body {background:midnightblue;}
img {width:100%;}
img:hover {-webkit-filter: brightness(150%); }