JSFiddle - React, Tailwind, and code Playground

HTML

<h1>Validation bubble in webkit</h1>
<form style="position:relative;z-index:1">
    <p>
        <input type="text" required><input type="submit">
    </p>
</form>    
<p style="position:relative;z-index:1;background:teal;padding:.5em;">I should be hiding the bubble</p>