JSFiddle - React, Tailwind, and code Playground

HTML

<span>
    
    
        <div>some text</div>
  
</span>

CSS

span{

}
span {
    width:100%;
    background:#f00;
    

}
span input{
    float:left;
}