JSFiddle - React, Tailwind, and code Playground

by Julien Etienne

HTML

<img src="" alt="" id="bitmap">

CSS

#bitmap {
  width: 200px;
  background-color: #ffa;
  border: 36px solid orange;
  margin: 30px;
  padding: 10px;

  border-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSUrY-DIPo6zVLdxSmz3otGlNtTGkLcL5Dftr5RUBNZ&s") /* source */ 27 / /* slice */ 36px 28px 18px
    8px / /* width */ 18px 14px 9px 4px /* outset */ round; /* repeat */
      filter: blur(4px);
}