Tailwind
Put CSS inline as utility classes
Can put it right in HTML or use custom classes
Parts
Preflight is opinionated and makes things like lists, h1, h2, etc unstyled by default
Customize
Edit theme.colors if you want to replace the colors and theme.extend.colors if you want to just add a color
Can use
p-[4px]
to use custom explicit values
Last updated