JSFiddle - React, Tailwind, and code Playground

by batcave

CSS

.navigation__sub {
	max-height: 0;
	transition: max-height 240ms linear;
}

.navigation__sub--open {
	max-height: 20rem;
}