JSFiddle - React, Tailwind, and code Playground

HTML

<div class="content">
<span>fffffffff</span>
<input type="text" /><input type="text" /><input type="text" />
</div>

CSS

span {display:block;width:100px;}
input {width:50px;}