JSFiddle - React, Tailwind, and code Playground
by NicoO
HTML
<div></div>
CSS
html, body {
height:100%;
}
body {
border-image-slice: 20 27 20 27 fill;
border-image-width: 20px 20px 20px 20px;
border-image-outset: 0px 0px 0px 0px;
border-image-repeat: stretch stretch;
border-image-source: url("http://i.stack.imgur.com/70dUX.jpg");
height: 1000px;
}