JSFiddle - React, Tailwind, and code Playground

by maspwr

HTML

<html>
    <body>
        hi
        <svg>
            <foreignobject>
                <body>
                </body>
            </foreignobject>
        </svg>
        <input type='text'></input>
    </body>
</html>

JavaScript

$('input').datepicker();