I have a div with a class of hidden md:block housing this element from heroicon:
<MenuIcon class="ml-1 mr-2 h-5 w-5 text-gray-500"/>.
Currently, the div element only show when the screen size is at md, but I want to show at md and below, how exactly do I do that?