Funnily enough, TextKit is so powerful that you could probably have <Text> just handle everything on its own. It already supports both block and inline layout. If it could behave as a scroll container as well, we'd have all the key features of <div> 🤔
More progress on native <div> for macOS AppKit or iOS UIKit, based on TextKit 2. 👨🔬
Here I render an NSButton inline in an editable NSTextView. 5 seconds into this recording, my timer fires and we set `max-width: 50px` on the NSButton. It resizes itself and reflows the text. 🎯