Skip to main content

Tailwind Definition

Tailwind does not provide prebuild styled components

Tailwind integrates with VS Code to prompt Utility Class auto-complete & definition - Tailwind CSS Intellisense

Tailwind library is large but applies Dead Code Elimination to tree-shake & bundle smallest possible CSS for final bundle

flex h-screen justify-center items-center

TCSS to set display flex containerr, adjust height to viewport height, justify horizontal center along main axis, align items towards horizontal center (main axis)

References