Workflow
1. Inspect the current artifact and identify the smallest React component boundary that preserves the design. 2. Produce React 18 + TypeScript code with clear props only for content or state that is likely to vary. 3. Prefer Tailwind CSS when the target project already supports…