CSS
padding-left: 32px;
Tailwind
pl-8
Design Tools
Paste CSS declarations and map them to Tailwind utility classes where possible. Common layout, spacing, and color rules become standard classes; unmatched values fall back to arbitrary-value syntax.
Favorite this tool
No favorite storage mode has been selected.
Quick actions
Copy this tool URL or open the system share sheet on a supported device.
设计配色
用正则启发式匹配 CSS 键值到最接近的 Tailwind 工具类。复杂规则(如 `calc()`、多层背景)会回退为任意值(如 `bg-[url(...)]`)或标记为未映射。适合简单布局声明。
CSS
padding-left: 32px;
Tailwind
pl-8
The tool focuses on flat declarations. Media queries and nested selectors are not fully handled.
It tries arbitrary-value forms such as bg-[#ff0000] and lists skipped fragments when needed.
Tools
Continue with another translated tool for a nearby task.
HTML to JSX
Convert HTML snippets to React JSX in the browser. Rename class/for to className/htmlFor, close void tags, and convert inline styles toward object form. Conversion stays local.
Tailwind Colors Cheat Sheet
Browse Tailwind CSS color scales (including 50–950 steps) on one board. Search by name, scale, or HEX, then copy utility class names or raw HEX values for CSS projects.
Tailwind Grid Builder
Generate Tailwind Grid classes from columns, gap, and item count with a live preview—useful for card grids, prototype layouts, and quick column experiments.