JSFiddle - React, Tailwind, and code Playground

by serio

HTML

<a href='#'>this be the text m8</a>

JavaScript

$(function()
{
    alert( $('a').text() ); 
});