HTML to JSX
Convert HTML to JSX so you can drop it into a React component: class becomes className, for becomes htmlFor, inline style becomes an object, comments become JSX comments, and void elements are self-closed. It's a practical starting point to refine, not a full React compiler.