JSFiddle - React, Tailwind, and code Playground

by Sasank Vemana

JavaScript

e = jQuery.Event("keydown");        
e.which = 104;
e.ctrlKey = true;
$("input").trigger(e);