Company Ltd
Pages
Page 1
Page 2
Page 3
Comps
Hero layout
Navigation
Text
Features
Testimonials
Team
Pricing
Contact form
Footer
Elems
Grid
Horizontal container
Button
Image Shaper
Feature
Icon
Text
Contact form
CSS Comps
Landing page
Blog
Footer
Working on
CSS Elems
Buttons
Buttons with icons
Buttons icons only
Input text
Select
Checkbox
Radio
File upload
Textarea
Range
Input group
Icons
Alert
Pagination
CSS Utils
Fonts
Colors
Shadows
Background pattern
Typography
Success
You look great.
<? var c = require('/apps/utils/tailwindlang').init(f); ?> <div class="<?== c('px-16 py-8 bg-c-success-50 color-success-500 border-l-4 border-c-success-500') ?>">You look great.</div> <? c.flush(response); ?>
Error
You can't do this.
<? var c = require('/apps/utils/tailwindlang').init(f); ?> <div class="<?== c('px-16 py-8 bg-c-danger-50 color-danger-500 border-l-4 border-c-danger-500') ?>">You can't do this.</div> <? c.flush(response); ?>
Info
This information is public.
<? var c = require('/apps/utils/tailwindlang').init(f); ?> <div class="<?== c('px-16 py-8 bg-c-info-50 color-info-500 border-l-4 border-c-info-500') ?>">This information is public.</div> <? c.flush(response); ?>