First of all, you need to add jQuery to your app by using following command
npm i jquery
Then import all required files in to your js file
import $ from 'jquery'
Example:
$('span').text() // you will get inner text of span tag
Auto Sync....
Select Categories