JSFiddle - React, Tailwind, and code Playground
by Karan1412
HTML
<body>
<p>This is text without code effect.</p>
<dfn>This is text with dfn effect.</dfn>
</body>
CSS
dfn
{
font-family:comic sans ms;
color:green;
}
by Karan1412
<body>
<p>This is text without code effect.</p>
<dfn>This is text with dfn effect.</dfn>
</body>
dfn
{
font-family:comic sans ms;
color:green;
}