prepend element jquery

JavaScript
$( ".inner" ).prepend( "<p>Test</p>" );
Source

Also in JavaScript: