<Stack style={{ width: 500, height: 350 }}>
<img src="/eg-bg.jpg" alt="Content" />
<PositionedFill>
<div style={{
padding: 30,
backdropFilter: 'blur(8px)',
backgroundColor: 'rgba(255, 255, 255, 0.3)',
}} />
</PositionedFill>
<Centre>
<Container
padding={32}
decoration={{
color: 'grey',
borderRadius: 12
}}
>
<h3>Focused Content</h3>
</Container>
</Centre>
</Stack>