JSFiddle - React, Tailwind, and code Playground

by Kalu Singh Rao

HTML

<details>  
    <summary>more info</summary>  
    <ul>        
        <li>blah</li>        
    </ul>
</details>

CSS

*, body, html {
    outline:none;
}