Callout is a component that can be used to display a message or a notification to the user.
Error
Something went wrong. Please try again later.
<Callout color="red">
<div className="flex items-start">
<Arrow/>
<div className="ml-2">
<Text className="font-bold">Error</Text>
<Text>Something went wrong. Please try again later.</Text>
</div>
</div>
</Callout>