JSFiddle - React, Tailwind, and code Playground
JavaScript
$('<a>',{
text:'i am a link',
href:'http://www.google.com',
click:function(){alert('test');return false;}
}).appendTo('body');
$('<a>',{
text:'i am a link',
href:'http://www.google.com',
click:function(){alert('test');return false;}
}).appendTo('body');