JSFiddle - React, Tailwind, and code Playground
by Karan1412
HTML
<body>
<fieldset>
<legend>Employee Information</legend>
EmpId:<input type="text"><br/>
Name :<input type="text">
</fieldset>
</body>
CSS
legend
{
background-color:lightblue;
color:blue;
font-size:30px;
font-family:comic sans ms;
border:2px dotted black;
}