← back to flaviocopes.com

HTML to JSX Converter

← All tools

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: classclassName, 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.

~~~

Read more