export default function SegmentWithFocusableDescendant() { return ( <div> <button type="button">Focusable Button</button> </div> ) }