Here is Background snippets component
export default function Component() { return ( <div className="absolute inset-0 -z-10 h-full w-full bg-white [background:radial-gradient(125%_125%_at_50%_10%,#fff_40%,#63e_100%)]"></div> ); }
Part of Background Snippets — browse the full library on 21st.dev.