HTML to JSX
Convert HTML to React JSX automatically. Transforms class→className, for→htmlFor, converts attributes to camelCase and closes void tags.
How to use?
Drop the HTML into the left panel and click Convert. From there the converter swaps class for className, for for htmlFor, turns event attributes into camelCase (onclick becomes onClick) and closes void tags, as in <br />.
Related Tools
JSX to HTML Converter
Converts JSX (React) syntax to plain HTML by mapping className to class and camelCase attributes to kebab-case.
AsciiDoc → HTML (basic)
Render simple AsciiDoc to HTML: headings = == ===, paragraphs, lists, emphasis. Does not cover advanced extensions like includes.
HTML to HAML Converter
Convert HTML into the indented HAML syntax, with no closing tags and shorthand class and id syntax. Paste your HTML and get HAML — great for Ruby on Rails views.
HTML to Pug Converter
Convert HTML into the indentation-based Pug (formerly Jade) syntax, with no closing tags. Paste your HTML and get the Pug version — great for Node.js and Express.
Binary Code Translator
Convert text to binary code (0s and 1s) and vice versa. Supports any ASCII character. Processed in the browser.
Base64 to Image
Convert Base64 strings back to an image to visualize and download.