is now part of Shuffle™. The new editor includes templates for Tailwind CSS, Bootstrap, Bulma, and Material-UI.
Switch to Shuffle →
← Tailwind CSS classes list

Tailwind CSS class: .box-border

<div class="box-border 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

CSS source

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

More in Tailwind CSS Box