JSFiddle - React, Tailwind, and code Playground

by Ishan Khare

HTML

Date <input type="date">
    <br>
    cs 601 <input type="number" max="7" min="0">
    <br>
    cs 602 <input type="number" max="7" min="0">
    <br>
    cs 603 <input type="number" max="7" min="0">
    <br>
    cs 604 <input type="number" max="7" min="0">
    <br>
    cs 605 <input type="number" max="7" min="0">

CSS

input {
    padding : 3px;   
}