JSFiddle - React, Tailwind, and code Playground
HTML
<details>
<summary>more info</summary>
<ul>
<li>blah</li>
</ul>
</details>
CSS
*, body, html {
outline:none;
}
<details>
<summary>more info</summary>
<ul>
<li>blah</li>
</ul>
</details>
*, body, html {
outline:none;
}