Type or click Tailwind classes to see a live preview and the equivalent CSS.
.element {
background-color: #3b82f6;
color: #ffffff;
padding: 1rem;
border-radius: 0.5rem;
box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
text-align: center;
}