JSFiddle - React, Tailwind, and code Playground

by garethweaver

HTML

<img src="http://i.imgur.com/Vp5StNs.png" class="img-blur">

CSS

.img-blur:hover {
	-webkit-filter: blur(4px);
    transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;}