<Stack gap="0"
  flexDirection="row"
  alignItems="center"
  justifyContent="space-around"
>
  <Tooltip
    id="chameleon-tooltip"
    label="Tooltips without children display an Info icon"
    placement={props.placement}
    defaultVisible={props.defaultVisible}
  />

  <Tooltip
    id="chameleon-tooltip"
    label="These cells in a chameleon's skin help them change color"
    placement={props.placement}
    defaultVisible={props.defaultVisible}
  >
    <Paper style={{ padding: '12px', display: 'inline-block' }}>Chromatophores</Paper>
  </Tooltip>
</Stack>