```jsx
import Button from '@ui/components/Button';

<TutorialObstacle body="Tutorials are task-driven guidance for your API. Try creating a new Tutorial for your users!" heading="Create a Tutorial to Get Started">
  <Button>Create Tutorial</Button>
</TutorialObstacle>
```