JSFiddle - React, Tailwind, and code Playground
HTML
<!DOCTYPE>
<html lang="en">
<body>
<form>
<input type="text" name="field" title="field" aria-required="true" required value="">
<input type="submit" value="ok">
</form>
</body>
</html>