JSFiddle - React, Tailwind, and code Playground

by psycketom

HTML

<div id="shadowed-background"></div>

CSS

#shadowed-background
{
    background-image: url('http://images4.wikia.nocookie.net/__cb20080915185924/emoticon/images/1/16/Blue_smiley_face.png');
    
    background-position: center top;
    background-repeat: no-repeat;
    
    width: 400px;
    height: 400px;
    
    box-shadow: 0px 0px 10px 0px black;
}