FYI: Tailwind removes default browser styles for most of html elements, that's why headers (h1, h2, etc...) have the same size as paragraphs (p).
Was surprising when I started using tailwind, but according to the tailwind docs this makes sure we don't mix up styles. Another good example of tailwind 'destyling' is the button element