Tailwind Playground
- This is my space to toy around with Tailwind to experiment with it and see how it works.
- The only global settings area `bg-gray-800` and `text-blue-200`. Everything else is done directly each page.
- This page has a `main` wrapper with `max-w-3xl mx-auto mt-10`
- The header is: `text-3xl font-bold pb-1 mb-6 border-b border-gray-600`