The built CSS is located in the css directory. It contains an unminified and minified version. You can either cut and paste that css or link to it directly in your html.
This repository demonstrates a common layout issue in Tailwind CSS where long text overflows its container, disrupting the intended design. The bug.html file showcases the problem, while solution.html ...