JSFiddle - React, Tailwind, and code Playground
by Softlink
HTML
<div class="wrap"></div>
CSS
.wrap{
width:460px;
height:460px;
background:url(http://forum.htmlbook.ru/public/style_images/light/feed.png),
url(http://forum.htmlbook.ru/public/style_images/light/feed.png);
background-repeat:no-repeat, repeat-y;
background-position:left top, right bottom;
}