here is my code, I can't use npm
<DatePicker className="form-control" Delected={this.state.startDate}
onChange={this.handleChange}name="startDate"
dateFormat="MM/DD/YYYY"/>
<script src="~/scripts/react.js"></script>
<script src="~/scripts/react-dom.js"></script>
<script src="~/Scripts/react-date-picker.js"></script>
This is how it looks when we render it
i have tried many css files,cdn's everything please help me out