inputClassName appends our classes onto the default classes, but that doesn't necessarily override them. For exemple, adding text-base doesn't affect the text size since the default text-sm takes priority.
The nicest solution would be to use tailwind-merge to merge our classes into the default list