'Why tailwind css is not shown in the DevTools?

Using Chrome's DevTools, I look at an element like <div class="w-10"></div> and I see this in styles tab:

enter image description here

But when I click on the styles.css:3, I don't see the CSS class and properties, all I see is my original CSS content:

@tailwind base;
@tailwind components;
@tailwind utilities;

Why does it work like that? What new knowledge do I miss that I don't understand this?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source