HTML to JSX Converter
Convert HTML to JSX for React with automatic attribute transformations
Automatic Transformations
Attributes
classclassNameforhtmlFortabindextabIndexreadonlyreadOnlymaxlengthmaxLength
Event Handlers
onclickonClickonchangeonChangeonsubmitonSubmitonfocusonFocusonbluronBlur
Self-Closing Tags
<br><br /><hr><hr /><img><img /><input><input /><meta><meta />
Style Attribute
style="..."style={{...}}font-sizefontSizebackground-colorbackgroundColormargin-topmarginToptext-aligntextAlign
SVG Attributes
fill-rulefillRulestroke-widthstrokeWidthclip-pathclipPathfont-familyfontFamilyxlink:hrefxlinkHref
Comments
<!-- ... -->{/* ... */}