Css – place a button at the footer with tailwind
I am working on tailwind to build a sidebar, in which the logout button should be in the footer area of the sidebar. the code can be seen in https://play.tailwindcss.com/PcvYlOmLtg <div class="flex w-full bg-gray-50"> <nav class="h-screen w-64 flex-col justify-between rounded-md…