1. Install the `streamdown` package and any desired plugins (e.g., `@streamdown/code`, `@streamdown/mermaid`).
2. Configure Tailwind CSS to scan the `streamdown` dist files.
3. Import the `Streamdown` component in your React application.
4. Pass the markdown content as a child to the `Streamdown` component.
5. Configure the `mode` prop (streaming or static) and any desired plugins.
6. Customize the appearance and behavior using props like `caret`, `isAnimating`, `components`, and `linkSafety`.