Disabled Element Styling: Button

Correctly Disabled Button

This button has the `disabled` HTML attribute and Tailwind's `disabled:` variant classes. It will appear grayed out and have a "not-allowed" cursor.

Enabled Button (For Comparison)

This button does not have the `disabled` attribute and will be interactive.