Convert HTML snippets into React-compatible JSX. Handles attribute mapping and style objects.
class → className, for → htmlFor
style="color: red" → style={{ color: 'red' }}
Adds / to tags like <br> and <img>