JSFiddle - React, Tailwind, and code Playground
by josekerekes
HTML
<div class="bordered-box">
asdfs
</div>
CSS
.bordered-box {
background:yellow;
border:10px dotted #000;
padding:10px;
background-clip: padding-box;
}
by josekerekes
<div class="bordered-box">
asdfs
</div>
.bordered-box {
background:yellow;
border:10px dotted #000;
padding:10px;
background-clip: padding-box;
}