JSFiddle - React, Tailwind, and code Playground

by reporter

HTML

<script src="https://cdn.jsdelivr.net/npm/flatpickr"></script>
<div class="flatpickr">
    <input type="text" placeholder="Select Date.." data-input> <!-- input is mandatory -->

    <a class="input-button" title="toggle" data-toggle>
        <i class="icon-calendar"></i>
    </a>

    <a class="input-button" title="clear" data-clear>
        <i class="icon-close"></i>
    </a>
</div>