Results 2 comments of Torin

@Berkays' solution doesn't work with NextJS -- Next requires using `jsx: preserve`. Currently, the only workaround seems to be using the react + react-dom 18 release candidate (react@next, react-dom@next), but...

You can modify the default table styles by adding them to your tailwind CSS. E.g., if you add this to your tailwind .css file (either for the table component or...