JSFiddle - React, Tailwind, and code Playground
HTML
<h1>Title <small>subheading</small> <a href="#"></a></h1>
JavaScript
var machine = $('.modal-left h1').contents(':not(small, a)').text();
alert(machine);
<h1>Title <small>subheading</small> <a href="#"></a></h1>
var machine = $('.modal-left h1').contents(':not(small, a)').text();
alert(machine);