JSFiddle - React, Tailwind, and code Playground

by adamschwartz

HTML

<input class="focus-on-ready" type="text" />

CSS

html {
    background: -webkit-linear-gradient(#fff, #eee);
}

body {
    padding: 20px;
    text-align: center;
}

input {
    margin-top: 4000px;
}

JavaScript

$('.focus-on-ready').focus();