() => (
<div
style={{
height: "240px",
}}
>
<Sticky>
<Text>Scroll down and see this text stick to the top of the screen.</Text>
</Sticky>
</div>
);