JSFiddle - React, Tailwind, and code Playground

HTML

<div></div>

CSS

div {
    width:200px;
    height:200px;
    background:blue;
    border-image:-webkit-radial-gradient(-15% -15%, farthest-side, red, blue) 10/8;
}