---
title: "Usage with Tailwind V4"
description: "Learn how to use Silk alongside Tailwind CSS V4."
version: "0.10.1"
---

In Tailwind V4, Tailwind generated styles are wrapped inside of CSS `@layer {}`. As a consequence, unlayered styles—that is styled that are not themselves wrapped that way— take precedence over them.

To avoid any conflict with Silk’s default styles, you must follow the “Import the styles in a project using CSS layers” on the [Getting Started](https://silkhq.com/docs/getting-started.md) page.