# Using Tailwind or similar CSS templates?

**URL:** https://community.weweb.io/t/using-tailwind-or-similar-css-templates/7868
**Category:** How do I?
**Created:** [March 31, 2024, 9:10pm UTC](https://community.weweb.io/t/using-tailwind-or-similar-css-templates/7868 "2024-03-31T21:10:39Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![DrHariri](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/drhariri/32/517_2.png) [@DrHariri](https://community.weweb.io/u/DrHariri)
#### Post date: [March 31, 2024, 9:10pm UTC](https://community.weweb.io/t/using-tailwind-or-similar-css-templates/7868/1 "2024-03-31T21:10:39Z")

</div>

Hello,  
I was wondering if anyone have tried using such CSS templates within Weweb with success?

I know that the CSS classes can somehow be created, I am just asking because I believe many such templates might also use JS scripts, so wondering how that would work or if we are “ideally” limited to templates with CSS only.

Thanks!

---

<div class="post-metadata">

### Author: ![Broberto](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/broberto/32/5918_2.png) [@Broberto](https://community.weweb.io/u/Broberto)
#### Post date: [March 31, 2024, 9:55pm UTC](https://community.weweb.io/t/using-tailwind-or-similar-css-templates/7868/2 "2024-03-31T21:55:28Z")

</div>

I’m no Tailwind expert but as far as I understand you’d probably need to either:

1. Build / compile your file outside WeWeb and import it
2. Import the whole library - which might be huge
3. Self host and hack it somehow
