Size Chip Chips come with a few sizing options. Demo
Size Xsmall Chip
Size Small Chip
Size Medium Chip
Twig
{% include '@bolt-components-chip/chip.twig' with {
  content: 'Size Medium Chip',
  size: 'medium',
} only %}
HTML
<div class="c-bolt-chip c-bolt-chip--size-medium">
  Size Medium Chip
</div>