Skip to content
gg
coder
Home
Apps
Games
Tools
Docs
Find Me
Change accent color
Toggle theme
Built: 7/14/2026, 3:09:16 PM
Tools
Converters
HTML to JSX
JSON to TypeScript
JSON to Zod Schema
JSON to Go Struct
SQL to TypeScript
HTML to JSX
SVG to JSX
CSS to Tailwind
cURL to Fetch
Docker Run to Compose
Figma Token Converter
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 --> →