JSFiddle - React, Tailwind, and code Playground

by laiqs2011

HTML

<progress value=75 max=100></progress>
<meter max=100 value=75></meter>
<menu>
    <command type="command">1111</command>
</menu>
<details>
    <summary>1</summary>
    <detail>dddd</detail>
</details>
<input type="number">
<input type="text" data="11">

CSS

:invalid{
    background:red;
}
[data]{
    background: blue;
}