m trying to build into a resource a widget with some dinamic cards (this dinamic cards are some kind of status of some servers). The number of servers is somehow dinamic. At the start lets say it can be only 1 server, but after i can create more. These cards i want to corespond to number of server and the status of server, if is on or off. The part with checking server if is on or of is done, but i need to display some cards, let`s say 3 cards in a row. My first approach is to display a tailwind grid base on number of server, but somehow the tailwind for admini is not rebuild when i run npm run buil. 
somehow the tailwind for admini is not rebuild when i run npm run build