JSFiddle - React, Tailwind, and code Playground
by 규연 황
HTML
<div id="example-three">
<p><strong>LIVE DEMO, RSS READERS CLICK OVER TO SEE.</strong> dolor sit amet, consectetur adipiscing elit. Aenean eu arcu non dui consequ</p>
</div>
CSS
#example-three {
border: 50px solid transparent;
border-image-source: url("http://webstoryboy.dothome.co.kr/dream/code/assets/img/dot7.png");
border-image-slice:33% 10%;
border-image-repeat:strech ;
}