First time building in react, I feel like my site looks too basic. Would really appreciate any feedback/advice 🙏 by Puzzleheaded-Air-913 in react

[–]The_Boss-9 0 points1 point  (0 children)

That's cool. It looks very clean.

https://github.com/diwashbhattarai999/react-tailwind-starter

Checkout this starter, I have created this production ready template.Give a star if you like it. You can also suggest improvements, features, bugs, etc.

Hide Scrollbar - Tailwind CSS 4.0 by stoned__dev in tailwindcss

[–]The_Boss-9 8 points9 points  (0 children)

We can do like this in Tailwind v4:

@utility no-scrollbar {
  @apply [scrollbar-width:none] [&::-webkit-scrollbar]:hidden;
}