Span

Span is a simple span tag with styled system.

Source
pnpm dlx dreamy add span

Span is cool for styling a piece of text inside a paragraph.

This is a paragraph with bold text using Span.

<Text>
	This is a paragraph with <Span fontWeight="bold">bold text</Span> using Span.
</Text>