Back to all tools
HTML to JSX/TSX Converter
Convert HTML to JSX with automatic attribute renaming, style object conversion, and self-closing tags. Also converts CSS to JS style objects.
HTML → JSX Rules
class → classNamefor → htmlForonclick → onClickstyle="..." → style={{...}}<br> → <br /><!-- --> → {/* */}HTML Input
JSX Output
Output will appear here…