JSFiddle - React, Tailwind, and code Playground

by TheNix

HTML

<figure></figure>

CSS

figure {
    background: url(http://www.guitarmasterclass.net/guitar_forum/uploads/post-3021-1193965663.jpg);
    box-shadow:
        0 0 50px 10px #000,
        inset 0 0 50px 10px #000;
    height: 395px;
    width: 303px;
}