JSFiddle - React, Tailwind, and code Playground
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;
}