JSFiddle - React, Tailwind, and code Playground
HTML
<body>
<fieldset>
<legend>Employee Information</legend>
EmpId:<input type="text"><br/>
Name :<input type="text">
</fieldset>
</body>
<body>
<fieldset>
<legend>Employee Information</legend>
EmpId:<input type="text"><br/>
Name :<input type="text">
</fieldset>
</body>