JSFiddle - React, Tailwind, and code Playground
by electronoob
JavaScript
fetch('https://www.imdb.com/search/title-text/?soundtracks=Señorita+-+Shawn+Mendes+%26+Camila+Cabello')
.then(response => response.json())
.then(data => console.log(data));