If tooltipContent is not provided or empty, then the badge is placed in the bottom of the Card.
Normal behavior:
betaBadgeProps={{
label: 'Beta',
tooltipContent:
'This module is not GA. Please help us by reporting any bugs.',
}}

Broken behavior:
betaBadgeProps={{
label: 'Beta',
}}

Documentation is suggesting that the badge should always been on top:
betaBadgeProps
Adds a badge to top of the card to label it as "Beta" or other non-GA state. Accepts all the props of [EuiBetaBadge](https://eui.elastic.co/#/display/badge#beta-badge-type), where label is required.
If tooltipContent is not provided or empty, then the badge is placed in the bottom of the Card.
Normal behavior:
Broken behavior:
Documentation is suggesting that the badge should always been on top: