I propose a feature for handling "active" states as we already have for "hover" states. This feature would allow a full interactive state for components like buttons: ```html <button class="bg-blue hover:bg-blue-dark active:bg-blue-darker text-white p-4"> ``` <!-- 👋 Hey, thanks for taking an interest in Tailwind! Please only open an issue here if you have a bug to report or a feature proposal you'd like to discuss. If you need help, have questions about best practices, or want to start a discussion about anything else related to Tailwind, open an issue on the `tailwindcss/discuss` repo instead: https://github.com/tailwindcss/discuss/issues -->