JSFiddle - React, Tailwind, and code Playground
by Karan1412
HTML
<body>
<label for="t1">Name:</label>
<input type="text" id="t1"><br/>
<label for="t2">Age:</label>
<input type="text" id="t2">
</body>
CSS
label
{
font-size:30px;
font-weight:bold;
font-family:comic sans ms;
color:green;
}