When installing css.TailwindCSS, the layout file cannot be read

I ran the command hugo new theme tidy-floating and then followed the docs in the theme folder.

Before doing this, it worked fine, but after doing it, the layout file no longer appears to be readable.

Did I miss something or make a mistake? Or is this a side effect of the template structure being changed?(v0.146.0 new-templatesystem)

I’m sharing the source code for this work.

Start building sites …
hugo v0.153.2 windows/amd64 BuildDate=unknown

WARN  found no layout file for “html” for kind “term”: You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN  found no layout file for “html” for kind “section”: You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN  found no layout file for “html” for kind “taxonomy”: You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN  found no layout file for “html” for kind “page”: You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN  found no layout file for “html” for kind “home”: You should create a template file which matches Hugo Layouts Lookup Rules for this combination.

I cloned your repo, installed tailwind (npm install) and build the site.

no such warnings - looks like you destroyed something on your local instance.

also the tailwind defaults are set (as far as I can see)

with your setup the latest Hugo version is fine