JSFiddle - React, Tailwind, and code Playground

HTML

<div class="mydiv"></div>

CSS

.mydiv
{
	height:400px;
	/*width:100%;*/
	width:350px;
	
	-webkit-transform: rotate(8deg);
	background:url(http://www.emoticonswallpapers.com/background/thumb/nice/nice-background-pattern-184.gif);
}