I’m using the AddressElement from Stripe in React/Next.
How can I customize the label for the input?
For example, if I want a * to show up for if it’s required, how would I do that?
I tried looking at the Appearance API and tried setting some rules, but there’s no content
available for their CSS rules.