It seems that word wrapping no longer works for textarea elements in IE 11. In IE 10 and earlier, FF, Safari, and Chrome word wrapping works as expected.
IE 11 is no
The issue was solved in IE 11 by applying the style as { word-break: break-all; }