JSFiddle - React, Tailwind, and code Playground

HTML

<div class='menu-niz-1'>
здесь меню
</div>

CSS

@media screen and (max-width: 600px) {
  .menu-niz-1{
     display: none;
  }
}