JSFiddle - React, Tailwind, and code Playground

by Shree Khanal

HTML

<h1>
<br>USA
<br>
<br>
<p style="margin-top:13px;" class="glyphicon glyphicon-chevron-down"></p>
<br>
<br>Canada 
</h1>

JavaScript

var text = $("h1").html();
alert(text.substring(text.lastIndexOf("<br>") +4));