AltraTools
Back to Tools
⚛️

HTML to JSX Converter

Convert HTML to React JSX with proper attribute transformations

Conversion Reference

classclassName
forhtmlFor
tabindextabIndex
readonlyreadOnly
maxlengthmaxLength
colspancolSpan
rowspanrowSpan
autofocusautoFocus
onclickonClick
onchangeonChange
<img src=""><img src="" />
<!-- comment -->{/* comment */}