JSFiddle - React, Tailwind, and code Playground

by Gwyn Milcote

HTML

<div class='testborder' style='height:400px;width:'>hhhhhh</div>

CSS

.papery {border-image-slice: 20 20 20 20 fill;
border-image-width: 10px 10px 10px 10px;
border-image-outset: 0px 0px 0px 0px;
border-image-repeat: round round;
border-image-source: url("https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/intermediary/f/b7ec7f39-7663-447f-9b58-6b74e1492c8e/dcvku1t-8cb1f0aa-6653-4360-a879-b2179da86709.png"); 
}

.testborder { border-image-slice: 24 24 24 24 fill;
border-image-width: 24px 24px 24px 24px;
border-image-outset: 0px 0px 0px 0px;
border-image-repeat: repeat repeat;
border-image-source: url("http://griffusion.elementfx.com/pics/ui/testborder.png");}