How to give background full width (100vw) in a fixed width Tailwind Container?

Viewed 25

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>
0 Answers
Related