I am trying to use Kendo/React with a Next.js/tailwindcss project under development. It looks like I need to add "use client" in order to make it compile ... but it does not stylize. Simple components display, without any style or theme (plain vanilla). I am using the examples posted for Kendo/React without changes. How do I make this work?