Html Tailwind Guideline: Layout — Use size-* for square dimensions. Description: Single utility for equal width and height. Do: size-4 size-8 size-12. Don't: Separate h-* w-* for squares. Good Example: size-6. Bad Example: h-6 w-6. Severity: Low. Docs: https://tailwindcss.com/docs/size.