// App.jsx (or src/main page where chatbot mounts) import React from "react"; import ReactDOM from "react-dom/client"; import ICFAIChatbot from "./components/ICFAIChatbot"; // adjust path if needed import "./index.css"; // your global tailwind / css export default function App() { return (