Missing parts of Tailwind Standalone for Phoenix for me and my case. These are notes for me.
First of all you need to read & apply original article then here are the list of my adds;
Include Tailwind In the CSS
@tailwind base;
@tailwind components;
@tailwind utilities;
Also you may consider to remove following reference;
@import "./phoenix.css";