JSFiddle - React, Tailwind, and code Playground
HTML
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<input type="text" id="test">
JavaScript
var test = $('#test');
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<input type="text" id="test">
var test = $('#test');