JSFiddle - React, Tailwind, and code Playground
by Karan1412
HTML
<html>
<head><title>figure tag in html5</title></head>
<body>
<b>addClass() syntax :</b>
<figure>
<figurecaption>addClass in jQuery</figurecaption>
<code>
<pre>$(selector).addClass("classname");
</pre>
</code>
<figurecaption>Fig : Syntax</figurecaption>
</figure>
</body>
</html>