Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Test

// Add Shortcode
function custom_shortcode() {

	<h1>OK 2019</h1>

}
add_shortcode( '', 'custom_shortcode' );