The utility class mentioned in sizing documentation (https://tailwindcss.com/docs/max-height) does not actually work.
-_This is because documentation claims the default style applied when such a class is applied to an element is "max-height:auto" , which by default is not a valid value for css max-height property (https://developer.mozilla.org/en-US/docs/Web/CSS/max-height)"