Main difference, electron bundles all of chrome with every app. WebView2 can do that, but the recommended route is one that shares the runtime across multiple apps (what ms does). So you end up with just 1 webview2 on the system + your app specific code ultimately significantly shrinking the distribution size.
MSHTML.dll reborn