JSFiddle - React, Tailwind, and code Playground

HTML

<div class="filterleft" style="display: inline-block;">	
   <fieldset id="filterleft_border" style="border-style:solid; border-width:1px;" >
       <legend>Filter: 
       <input type="checkbox" id="enableFilter"/>
       <input type="search" id="duration" style="width: 50px"/></legend>
   </fieldset>
</div>