The setup looks like this:
<div className="d-flex flex-column">
<div>
Text
</div>
<div style={{ backgroundImage: 'url(...)' }}>
</div>
</div>
The URL is functioning correctly. The div element is present, but the image does not display. When I switch to using flex-row, the image shows up.