JSFiddle - React, Tailwind, and code Playground
HTML
<div class="mydiv"></div>
CSS
.mydiv
{
height:400px;
/*width:100%;*/
width:350px;
box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.15);
-webkit-transform: rotate(-3.8deg);
background:url(http://www.emoticonswallpapers.com/background/thumb/nice/nice-background-pattern-184.gif);
}