import * as React from 'react'; import { Text } from '@fluentui/react/lib/Text'; export const TextBlockExample = () => ( <> I am block text. Since block is specified, every block of text gets its own line. );