I've noticed in a few of the demonstration videos, that TailwindCSS is being used to style some of the elements. Is TailwindCSS included in MetaBox the same way that Twig has been included? Or would I have to add TailwindCSS to my theme to be able to use it inside the MetaBox Views plugin, for example?
TailwindCSS is not included in MB Views. We use it in the video for building the HTML quickly (otherwise, we have to write a lot of CSS). You can use any theme, any CSS framework with MB Views. Think like MB Views provides you the HTML only.
What would be the easiest way then to get TailwindCSS working in MetaBox views - can we just drop in some code or pull in a cdn-url in the "CSS tab" of views perhaps? An example provided would be very helpful, please?