Tailwind CSSImproved in 5.0+
Freeform includes sample formatting templates built to work with Tailwind CSS. When using these templates, Freeform assumes that the required Tailwind CSS styles and components are already included in your project. While the templates may not work for all sites out of the box, they provide a solid starting point for building your own.
The following are available:
Tailwind 4 LightNew in 5.10.3+
Tailwind 4 DarkNew in 5.10.3+
Tailwind 3 (light)
Tailwind 3 Dark
Previews
Video: Tailwind 4 Dark
Screenshot: Tailwind 4 Light
Live Demo
The live demo site highlights most features included in the sample templates, with some sections and data intentionally limited for demonstration purposes.
View Live DemoGuides
Customization
You can easily customize any Tailwind CSS sample formatting template by using it as a starting point and adjusting it to fit your needs. For step-by-step instructions, check out the Custom Formatting Template guide.
View Complete GuideCDN Links
Tailwind CSS is typically installed via CLI, but you may find it easier to work with the CDN while developing. Please see official Tailwind CSS documentation for latest versions and CDN links.
- Tailwind 4
- Tailwind 3
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
<script src="https://cdn.tailwindcss.com"></script>