Hairline ruled paper for notes and invoices
<div className="min-h-screen w-full bg-[#fffefb] relative"> <div className="absolute inset-0 z-0" style={{ backgroundImage: `repeating-linear-gradient(180deg, transparent 0 27px, rgba(0,29,61,0.08) 27px 28px)`, }} /> <div className="relative z-10">{/* Your content */}</div></div>