JSFiddle - React, Tailwind, and code Playground
by Ozgur Ozer
HTML
<div class="box"><img src="http://placehold.it/200x200/" /></div>
CSS
body { background: #eaf4f6; }
.box { display:inline-block; line-height: 0; }
.box, .box:before { border: 8px solid #fff; border-radius: 16px; position: relative; z-index: 1; }
.box:before { display: block; content: ''; position: absolute; top: -8px; left: -8px; right: -8px; bottom: -8px; z-index: 2; }