Whatever you do, you’ll always need text. To use, impot from @marvelapp/ui:
import { Text } from '@marvelapp/ui';The <Text /> component has all typography and space props available.
<Text color="black" fontSize={3}>
I'm a paragraph text!
</Text>