JSFiddle - React, Tailwind, and code Playground

by Narayan Prusty

HTML

<customtag1>Hello World!!!</customtag1>
<customtag2 customattribute="200px;" style="background-color: yellow">Hello World!!!</customtag2>

CSS

customtag1
{
    background-color: green;
}

customtag2
{
    display: block;
}

div
{
    background-color: blue;
}