I'd like to have the border-radius of the box inset.
I tried border-right-bottom-radius: -100px but it doesn't work
<div style="max-width: 850px; height: 850px; background-color: #FBF6E9; padding: 10px; border-right-bottom-radius: -100px;">
</div>

You can use a
radial-gradientbackground on apseduoelement for this.You have your main
containerwhich has the border, then you set a severalradial-gradientcircles on each corner of the pseudo::beforeelement.You can set the
radial-gradienton the main container, however, any content will overlay the top of the circles. Using a::beforewith a higherz-indexwill "mask" any content in the container.