ad

HTML to JSX Converter

Convert HTML to valid React JSX — class to className, style strings to objects, and more.

What does this tool convert?

  • classclassName
  • forhtmlFor
  • Inline style strings → JS objects
  • Self-closing void elements (<br><br />)
  • HTML comments → JSX comments
  • SVG attributes (stroke-width → strokeWidth)
  • Event handlers (onclick → onClick)
ad