Design :  Component:  ``` <Button prefix={<Icon icon={<InboxIcon />} />} style={tailwind.style('flex-row justify-start')} textStyle={tailwind.style('flex-1')} suffix={<Text>56</Text>} size="xl" variant="ghost"> Inbox </Button> ```