<Container>
tag.<Container>
Content
</Container>
class
Attribute<Container class="text-center text-xl font-bold" style="">
<Steps>
<Step title="Step 1">
This is the content of step 1.
</Step>
<Step title="Step 2">
This is the content of step 2.
</Step>
</Steps>
</Container>
style
<Container class="text-center text-xl font-bold" style="background-color: #f0f0f0; padding: 10px;">
<Steps>
<Step title="Step 1">
This is the content of step 1.
</Step>
<Step title="Step 2">
This is the content of step 2.
</Step>
</Steps>
</Container>