Workflow
1. Convert the artifact into a Vue 3 single-file component with a clear template, script, and style boundary. 2. Use Composition API only when the component needs state, lifecycle hooks, or derived values. 3. Prefer Tailwind CSS when the target project already supports it; other…