JSFiddle - React, Tailwind, and code Playground

by MitulP91

HTML

<body>
    <article>
        Content
    </article>
</body>

CSS

body {
    background: url('http://www.shutterfreaks.com/gallery21/main.php/d/64859-1/_DSC2558-Nice-background.jpg') no-repeat center center;
    background-size: cover;
}

article { 
    background:white; 
    width:200px; 
    height:300px; 
    border:7px solid black;
    margin: 0 auto;
}