import $ from 'jquery'; $( function () { $( 'body' ).html( '

hello world!

' ); });