Can this type of list display data be implemented in Grafana?

hello everyone!
May I ask if it is possible to implement this list display of data in Grafana?

which one? one on the left or one on the right?

anyways you can do that with business text plugin with tailwind.css for example to do custom cards

The one on the right looks quite good. How did it do it?
Could you please provide more details? Thank you very much!

using this grafana plugin

with tailwind css

Yes, the method you proposed is very good.
I am already trying to use it:Business Text.

During use, I encountered a problem: how to load external CSS?
Through watching the video, I learned that there are two ways: external and local

I choose to use the local method
I placed the CSS file on the server at the path:/var/share/grafana/public/vendor, and restarted the server
But I found that the CSS file is not working. May I ask what’s going on?

The version I am using: Grafana 11.1.3
Looking forward to your reply, thank you!

read this section that talks about css