Seeking help with Bootstrap for creating this particular layout design. Any advice?
I've attempted the following code snippet, but it appears to be incorrect (looking for a result similar to the image provided)
<div class="col-12 col-lg-4">A</div>
<div class="col-12 col-lg-4">
<div class="row">
<div class="col">X</div>
<div class="col">Y</div>
</div>
</div>
<div class="col-12 col-lg-4">B</div>