HTML → JSX Converter
Paste HTML, get clean React/Next JSX with correct attributes, styles, and SVG.
Options
No Output Yet
Paste HTML and click "Convert" to see JSX output
Attribute Mapping
Automatically converts HTML attributes to React props (class→className, for→htmlFor, etc.)
Style Objects
Converts inline styles to JSX object syntax with camelCase properties and numeric values.
SVG Support
Handles SVG-specific attributes like strokeWidth, fillRule, and xlink:href correctly.