JSFiddle - React, Tailwind, and code Playground
by vovkasolovev
HTML
<img class="plate" src="//img-fotki.yandex.ru/get/3102/yoksel.31/0_1d0a3_1b360496_S.jpg" alt="">
CSS
BODY {
background: white;
text-align: center;
}
.plate {
border: 45px solid transparent;
border-image-source: url(//img-fotki.yandex.ru/get/9754/5091629.9a/0_7eb4a_a1904500_L.png);
border-image-repeat: round;
border-image-slice: 70 fill;
border-radius: 50%
}