# resources


<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

## Core CDN Resources

The library provides pre-configured CDN headers for Tailwind CSS v4:

------------------------------------------------------------------------

### get_tailwind_headers

``` python

def get_tailwind_headers(
    
)->List: # List of Link and Script elements for Tailwind CSS

```

*Get the standard Tailwind CSS CDN headers.*

``` python
get_tailwind_headers()
```

    [script(('',),{'src': 'https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4'})]
