Word to HTML/JSX Converter

Convert Word documents to clean HTML or React JSX components with live preview

Paste Your Content

Output options and actions

Minify output
Remove <span>, <br>, and <p> inside list items
16px

How to use

From Microsoft Word

  1. Select content in your Word document
  2. Copy it (Ctrl+C or Cmd+C)
  3. Paste into the input area above
  4. View the cleaned HTML output

Features

  • Convert to HTML, React JSX/TSX, or plain text
  • Removes Word-specific formatting
  • Option to remove <span>, <br>, and <p> inside list items (e.g. li > p > span)
  • Custom component name and .jsx / .tsx export
  • Indent size (2 or 4 spaces) and minify option
  • Customizable allowed tags and attributes
  • Adjustable font size in preview
  • Wrap long lines in code view
  • Cleans unnecessary attributes
  • Beautifies or minifies code structure
  • Live preview of converted content
  • JSX converts HTML attributes (class → className)
  • Self-closing tags for JSX compatibility
  • Copy to clipboard (with feedback) or download as file