JSFiddle - React, Tailwind, and code Playground

by scheinercc

HTML

<body>
<div class="bgImage">
</div>
    <div class="content"> Some text and stuff here</div>
</body>

CSS

.bgImage{background-image:url('http://www.mcdonalds.com/content/dam/McDonalds/item/mcdonalds-Big-N-Tasty.png'); width:500px; height:400px;filter: blur(5px);z-index:0;position:absolute;}
.content{z-index:10;position:relative;color:#fff}