JSFiddle - React, Tailwind, and code Playground

by Michel Penke

HTML

<summary id="test">
  <details>Test</details>
</summary>

CSS

@-moz-document url-prefix():not()
{
  
}#test {
  list-style: none;
  color: red;
}
}