Here is Background snippets component
export default function Component() { return ( <div className="absolute top-0 z-[-2] h-screen w-screen bg-white bg-[radial-gradient(100%_50%_at_50%_0%,rgba(0,163,255,0.13)_0,rgba(0,163,255,0)_50%,rgba(0,163,255,0)_100%)]"></div> ); }
Part of Background Snippets — browse the full library on 21st.dev.