HTML ↔ TSX — convert HTML to TypeScript React components and back
New tools: HTML to TSX and TSX to HTML. HTML→TSX converts any HTML snippet to a complete React.FC<Props> TypeScript component — renames attributes (class→className, for→htmlFor), converts inline styles to React style objects, and wraps the output in an interface Props {} scaffold. TSX→HTML strips TypeScript declarations (interfaces, type aliases, import statements, as-assertions) and extracts the JSX return body from a full component before applying the full JSX→HTML reverse transformation. Browser-based, no upload, no signup required.