Skip to content
gg
coder
Home
Apps
Games
Tools
Docs
Find Me
Toggle theme
Tools
Converters
HTML to JSX
Built: 6/25/2026, 3:03:36 PM
HTML to JSX Converter
Convert HTML code to React JSX format.
Preserve formatting
HTML Input
Convert
Copy
Clear
JSX Output
Transformations:
class → className
for → htmlFor
onclick → onClick (and other events)
style="color: red" → style={{ color: "red" }}
<img> → <img /> (self-closing tags)
<!-- comment --> →