JSFiddle - React, Tailwind, and code Playground

by doug65536

JavaScript

$(function() {
    console.log($("<a>").attr('href','#').text("Somelinktext").get());
    console.log($("<a>").attr('href','#').text("Somelinktext").get().toString());
});