1001Ferramentas
⚛️ Converters

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