CSS imports — Styles from import "./style.css" are applied
npm packages — Libraries like react-icons work out of the box
Mixed styling — Tailwind classes and CSS imports can be used together
Requirements
react and react-dom installed in your project
tailwindcss installed for Tailwind support (optional)
How It Works
Internally uses esbuild to bundle the JSX block with its imports, then runs React inside a Webview. This renders components the same way your app does, so styles and components are reflected accurately.