JSFiddle - React, Tailwind, and code Playground
by Matt Hopkins
HTML
<div id="background">
</div>
CSS
html, body
{
height: 100%;
}
body {
width:100%;
background:#fff;
-webkit-box-shadow: inset 0px 0px 100px rgba(0,0,0,0.5);
-moz-box-shadow: inset 0px 0px 100px rgba(0,0,0,0.5);
box-shadow: inset 0px 0px 100px rgba(0,0,0,0.5);
margin: 0;
padding: 0;
}
#background {
background: url('https://zaggstudios.com/sites/hub/heart1.png') 5% 95% no-repeat;
background-size: 33%;
height: 100%;
width: 100%;
display: block;
}