Tailwind CSS Classes

Tailwind CSS class .box-content

<div class="box-content h-20 w-20 p-4 border-4 border-teal-400 bg-teal-200">
  <div class="h-full w-full bg-teal-400"></div>
</div>

Preview

Are you tired of writing HTML by hand?

CSS source

.box-content {
    box-sizing: content-box;
}

More Tailwind CSS classes in Box category

© 2024 Shuffle. All rights reserved.