📐
🌀

Tailwind CSS Unit Reference

Understand how Tailwind CSS sizing classes map to pixel and rem values for precise implementation.

로그인 불필요
1rem

Context (affects rem/em/vw/vh/%)

All conversions for 16 px
Root EM (rem)1 rem
EM (em)1 em
Points (pt)12 pt
Viewport Width (vw)1.11111 vw
Viewport Height (vh)1.77778 vh
Percent (%)100 %

Common pixel sizes → rem (at 16px base)

Tailwind CSS tips

🌀

Tailwind's default base is 16px. Its 4-point spacing system means 1 unit = 0.25rem = 4px. Set the base to 16 and enter 4 to see text-xs: 0.75rem = 12px.

💡

Tailwind text sizes: text-xs (12px/0.75rem), text-sm (14px/0.875rem), text-base (16px/1rem), text-lg (18px/1.125rem), text-xl (20px/1.25rem).

📐

Tailwind spacing: p-4 = 1rem = 16px, p-6 = 1.5rem = 24px, p-8 = 2rem = 32px. Use this tool to verify any class's pixel equivalent quickly.

🎨

When extending Tailwind with custom sizes in tailwind.config.js, define them in rem for consistency: fontSize: { "2xs": "0.625rem" } = 10px at 16px base.

사용 방법

1
입력
Enter your data into the tool above. Everything stays local to your browser.
2
처리
The tool processes your data instantly in your browser using JavaScript. No server, no waiting.
3
다운로드
Get your result instantly. Nothing is stored after you leave the page — complete privacy.

왜 저희 도구인가요?

완전 무료 — 숨겨진 비용 없음, 영원히
계정, 이메일, 로그인 불필요
파일이 기기를 절대 떠나지 않음
파일 크기 제한 없음
출력에 워터마크 없음

Also check out…

자주 묻는 질문