JSFiddle - React, Tailwind, and code Playground
HTML
<table id="content">
</table>
JavaScript
$(function(){
$.fn.VotrePlugin=function(){
alert($(this).attr("id"));
//ecrivez votre code ici....
};
//appel du plugin
$("#content").VotrePlugin();
});