This button has the `disabled` HTML attribute and Tailwind's `disabled:` variant styles.
Note: The first button above is visually distinct (opacity reduced, cursor changed to 'not-allowed' on hover) because it has the HTML `disabled` attribute. The Tailwind `disabled:*` classes react to this attribute.