const App = `import {Tooltip, Button} from "@nextui-org/react"; export default function App() { const placements = [ "top-start", "top", "top-end", "bottom-start", "bottom", "bottom-end", "left-start", "left", "left-end", "right-start", "right", "right-end", ]; return (