← back
CSS to Tailwind
CSS declarations
display: flex; align-items: center; justify-content: space-between; padding: 16px; margin-top: 8px; color: #ffffff; background-color: #000000; font-size: 14px; font-weight: 700; border-radius: 8px; text-align: center; width: 100%;
Tailwind classes (approximate)
Copy
Common-case mapping; px values use the 4px=1 scale, arbitrary values use [..] syntax.