JSFiddle - React, Tailwind, and code Playground
by padma rubhan
HTML
<form>
<label>Start date: <input type="week" id=start required></label>
<input type=submit>
</form>
CSS
label {
display: block;
}
by padma rubhan
<form>
<label>Start date: <input type="week" id=start required></label>
<input type=submit>
</form>
label {
display: block;
}