The Text component is a layout primitive that can be used like span to create texts.
Text
span
It is just a span with some styles.
// Before <Text color={"red"}>This is Text component.</Text> // After <span className="d0">This is Text component.</span>