Entwickler-Tools
HTML zu JSX
Wandle HTML-Snippets in JSX-freundliches Markup um.
Eingabe
HTML zu JSX
htmljsxreactKonverter
Ausgabe
Converted JSX
<label htmlFor="email" className="field">
<input type="email" style={{ backgroundColor: "#111", color: "white" }} />
</label>
