Module container

Module container 

Source
Expand description

A component for fixing an element’s width to the current breakpoint.

Class Breakpoint Properties
containerNonewidth: 100%;
sm (640px)max-width: 640px;
md (768px)max-width: 768px;
lg (1024px)max-width: 1024px;
xl (1280px)max-width: 1280px;
2xl (1536px)max-width: 1536px;

Tailwind reference