Microsoft’s method of implementing CSS Regions varies a bit from
the W3C version described previously. Microsoft uses iframes,which are
like mini boxes on a Web page that contain external content embedded in an
HTML document, as the content source.
You must also use the -ms- vendor prefix with the flow-into and
flow-from properties.
<!DOCTYPE html>