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