JSFiddle - React, Tailwind, and code Playground

HTML

<section>
    <button>one</button>    
    <button>two</button>    
</section>
<section>
    <fieldset disabled="disabled">
        <button>one</button>    
        <button tabindex="0">two</button>  
        <div tabindex="0">here</div>
    </fieldset>
</section>