This was an issue with the Tailwind CSS included in the example. The following changes fixed the issue:
Old:
with ui.column().classes('absolute-center items-center'):
New:
with ui.column().classes('mx-auto max-w-md items-center'):