Here is Background snippets component
export default function Component() { return ( <div className="absolute top-0 z-[-2] h-screen w-screen bg-neutral-950 bg-[radial-gradient(ellipse_80%_80%_at_50%_-20%,rgba(120,119,198,0.3),rgba(255,255,255,0))]"></div> ); }
Part of Background Snippets — browse the full library on 21st.dev.