Combine inset() with rounded corners using the 'round' keyword. Create frames with rounded inner corners.
clip-path: inset(10% round 20px);
/* Shorthand: all corners */
clip-path: inset(15% round 30px 10px 40px 5px);
/* Syntax: inset(top right bottom left round top-left top-right bottom-right bottom-left)