JSFiddle - React, Tailwind, and code Playground
HTML
<div>I have a transparent border around me, and so you can see through the border at the background.</div>
CSS
div{
width:120px;
height:120px;
border-style:solid;
border-width:100px;
border-color:transparent;
background:#00f;
background-origin:content-box;
}