JSFiddle - React, Tailwind, and code Playground
by Amol Tate
JavaScript
var text= $('<textarea />').html("<p>This is a test</p>").text();
alert(text);
by Amol Tate
var text= $('<textarea />').html("<p>This is a test</p>").text();
alert(text);