ToolBox
首页
工具
EN
CSS转Tailwind
将CSS规则转换为Tailwind类名
CSS Input
display: flex; justify-content: center; align-items: center; margin: 16px; padding: 8px 12px; font-size: 14px; font-weight: 600; color: #ef4444; background-color: blue; border: 1px solid black; border-radius: 8px; text-align: center; text-decoration: underline; gap: 8px; width: 100%; height: 48px; position: relative; overflow: hidden; opacity: 0.8; z-index: 10; cursor: pointer; transition: all 0.2s;