css gradient as background
- Add radial gradients from https://csshero.org/mesher/ in tailwind.config.js as background image.
- Add hsl color and background image in html tag
- Add width and height.
<main className='h-screen w-screen bg-[hsla(234,89%,9%,1)] bg-radial_gradient bg-contain py-10'>