Currently, I am working on creating a design with 3 boxes stacked vertically and then adding an image to it. You can see the example below:
https://i.sstatic.net/jViO.png
I have successfully implemented this layout, but I am facing an issue where the boxes are tilted sideways.
https://i.sstatic.net/fl0Zz.png
<div className='flex flex-col box-border rounded strok h-60 w-48 p-4 border-2 ...'>
<div className=' box-border rounded strok h-32 w-32 p-4 border-8 bg-black ...'>
<div className=' box-border rounded strok h-32 w-32 p-4 border-8 bg-black ...'>
<div className=' box-border rounded strok h-32 w-32 p-4 border-8 bg-black ...'></div>
</div>
</div>
</div>