The HTML component can be used to render raw HTML code.
Before you reach for this component, consider using Reflex's raw HTML element support instead.
Hello World
Hello World
Hello World
Hello World
Hello World
Hello World
Reflex uses Radix-UI and tailwind for styling, both of which reset default styles for headings.
If you are using the html component and want pretty default styles, consider setting class_name='prose', adding @tailwindcss/typography package to frontend_packages and enabling it via tailwind config in rxconfig.py. See the Tailwind docs for an example of adding this plugin.