Dynamic classes in Tailwind
Yesterday I was playing with OpenAI (as usual), creating one of my many experiments, testing new prompts, etc. ## <a class="hover:no-underline text-blue underline" href="https://github.com/Angelfire/colorette" target="_blank" rel="noreferrer">Colorette</a>  Basically the idea is to generate a color palette with a description and a title based on a series of words that we indicate to the AI, up to this point it looks like a fairly simple data structure: ```js type Color = { ...
CSS
TailwindCSS