Html Tailwind Guideline: Typography — Font size scale. Description: Use consistent text size scale. Do: text-sm text-base text-lg text-xl. Don't: Arbitrary font sizes. Good Example: text-lg. Bad Example: text-[17px]. Severity: Low. Docs: https://tailwindcss.com/docs/font-size.