A plugin that provides a helpful ? dev time utility. This plugin is modified based on tailwindcss-question-mark to adapt to Windi CSS.
Demo: https://play.tailwindcss.com/5a9dYkfqd4

Install the plugin from npm:
npm install --save-dev @windicss/plugin-question-mark
Then add the plugin to your windi.config.js file:
export default {
  theme: {
    // ...
  },
  plugins: [
    require('@windicss/plugin-question-mark'),
    // ...
  ],
}
Simply add the ? utility class to any element that you'd like to highlight.