A block of text separated by blank spaces.
npm install @react-email/components -E
# or get the individual package
npm install @react-email/text -E
import { Text } from "@react-email/components";
const Email = () => {
return <Text>Lorem ipsum</Text>;
};