HTML ⇄ JSX Converter

Convert HTML snippets into React-compatible JSX. Handles attribute mapping and style objects.

Auto-converting

Attributes

class → className, for → htmlFor

Inline Styles

style="color: red" → style={{ color: 'red' }}

Self-closing

Adds / to tags like <br> and <img>