JSFiddle - React, Tailwind, and code Playground
by Mahdi Dibaiee
HTML
<img src="https://www.evernote.com/shard/s592/sh/d47b8714-581a-43f8-8a95-145ffb09dec3/5f708b88beb6c15f/res/3544c756-5758-425a-a2e7-d5ce7fb81d31/IMG_20140615_170111.jpg?resizeSmall&width=100" width="250" />
<img src="https://www.evernote.com/shard/s592/sh/d47b8714-581a-43f8-8a95-145ffb09dec3/5f708b88beb6c15f/res/3544c756-5758-425a-a2e7-d5ce7fb81d31/IMG_20140615_170111.jpg?resizeSmall&width=100" width="250" />
CSS
img:first-child {
filter: blur(10px) contrast(2);
-webkit-filter: blur(10px) contrast(2);
}
img:last-child {
filter: contrast(2) blur(10px);
-webkit-filter: contrast(2) blur(10px);
}