'Adding "fixed" to my navbar makes it disappear

When I add fixed to my Navbar component, it disappears. Here is my code (I use tailwindcss):

  return (
<div className='flex w-full justify-between items-center h-24 max-w-[1240px] mx-auto px-4 text-white z-10'>
  <h1 className='w-full text-3xl font-bold text-[#00df9a]'>PORTFOLIO.</h1>
  <ul className='hidden md:flex'>
      <li className='p-4'><Link to="hero" smooth={true} duration={500}>Home</Link></li>


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source