Home
chevron_right
Converters
chevron_right
HTML to JSX
code
HTML to JSX Converter
Convert HTML markup to valid JSX for React components.
Self-close void elements
Remove HTML comments
HTML Input
<div class="container"> <label for="name">Name</label> <input type="text" class="input" tabindex="1" autofocus /> <img src="photo.jpg" alt="Photo"> <br> <hr> <!-- This is a comment --> <p style="color: red; font-size: 14px;">Hello</p> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill-rule="evenodd" clip-rule="evenodd" stroke-width="2"> <path d="M12 2L2 22h20z"/> </svg> </div>
JSX Output
transform
Convert
content_copy
Copy