() => (
<Stack>
<Text>This text appears all of the time. Resize to change other text.</Text>
<Desktop>
<Text>This text only appears on larger screens.</Text>
</Desktop>
</Stack>
);