JSFiddle - React, Tailwind, and code Playground

by MRSallee

HTML

<div>
    
</div>

CSS

div {
    width: 80vw;
    height: 80vh;
    background-color: #888;
    background-image: url(http://thesundaybe.st/wp-content/themes/sunday/share-twitter.png);
    background-size: cover;
    background-position: center center;
}