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;
}