I am following Tailwind Container Structure (max-width 1440px), but the design requires a specific 'div' should have a background which covers full screen width. How can I achieve this?
<div class='container'>
//NEED ITS BACKGROUND TO BE FULL WIDTH (100vw)
<div class='bg-black'>
ABC
</div>
</div>