H
HTML to JSX
Convert HTML markup to JSX with proper attribute conversions and self-closing tags
HTML Input
JSX Output
JSX output will appear here...Conversions Applied
class β classNamefor β htmlForstyle="..." β style={ ... }<!-- comment --> β {/* comment */}<br> β <br />tabindex β tabIndex