User has built a tool that converts Tailwind classes to CSS objects at runtime without a build step, and is sharing it for feedback.
"I built tailwind-to-style — the reverse: convert Tailwind classes to CSS objects at runtime. No build step needed." * `tws('p-4 bg-blue-500 text-white')` → inline styles * `twsx()` → full CSS with nesting, like SCSS * `twsxVariants()` → component variants (like CVA) Try it live: [https://bigetion.github.io/tailwind-to-style/sandbox.html](vscode-file://vscode-app/c:/Program%20Files/Microsoft%20VS%20Code/591199df40/resources/app/out/vs/code/electron-browser/workbench/workbench.html) npm: [https://www.npmjs.com/package/tailwind-to-style](vscode-file://vscode-app/c:/Program%20Files/Microsoft%20VS%20Code/591199df40/resources/app/out/vs/code/electron-browser/workbench/workbench.html)