A Generator for Fancy Frames
Generate a fancy frame with one line of code using clip-path: shape(). Simply adjust the setting and obtain a variety of cool frames (Squiggle, Wavy, Ragged, Torn, etc.)

css-generators.com/fancy-frame
It's a responsive single-element implementation that works with images. It's also ready for border-shape.
See the Pen Fancy frames using shape() by Temani Afif (@t_afif) on CodePen.
More CSS Tips
- Why is Anchor Positioning not working? Learn the edge cases that prevent anchor positioning from working correctly.
- Graph Theory using Modern CSS A CSS-only implementation of a shortest path algorithm.