HTML to JSX Converter
Paste HTML and get JSX with className, camelCased attributes, and self-closed void elements.
Your HTML never leaves the browser — no upload, no server.
~~~
Input
~~~
Options
~~~
Output
Warnings
~~~
About this tool
Uses DOMParser for robust conversion: class →className, inline styles become objects, SVG attributes are camelCased, and void elements self-close. Script and style tags are stripped with a warning — in React you'd usedangerouslySetInnerHTML only when you mean it.
~~~