JSFiddle - React, Tailwind, and code Playground
by serio
HTML
<a href='#'>this be the text m8</a>
JavaScript
$(function()
{
alert( $('a').text() );
});
by serio
<a href='#'>this be the text m8</a>
$(function()
{
alert( $('a').text() );
});