TAILWIND Reference: Responsive Design
Quick reference for Responsive Design.
TAILWIND Reference — Responsive Design
Quick summary of Responsive Design with syntax and example.
Syntax
class="px-4 py-2 ..."
Example
<button class="px-4 py-2 rounded-lg bg-green-600 text-white">Tailwind Button</button>