JSFiddle - React, Tailwind, and code Playground
HTML
<article></article>
<a href="#1">WOOHOO!!</a>
<input />
CSS
article {
background: url(http://uzebox.org/wiki/images/1/19/Arkanoid.gif) no-repeat;
-webkit-filter: blur(20px);
-moz-filter: blur(20px);
-o-filter: blur(20px);
-ms-filter: blur(20px);
filter: blur(20px);
height: 448px;
position: absolute;
width: 720px;
}
input {
margin: 100px 0 0 20px;
position: relative;
}
a {
background: silver;
display: inline-block;
padding: 5px 10px;
position: relative;
}