JSFiddle - React, Tailwind, and code Playground

JavaScript

$.ajax({
  url: 'http://cep.s1mp.net/18460-000',
  dataType: 'jsonp',
  crossDomain: true,
  jsonpCallback: 'getCep',
  success: function(response){
   console.log( response );
  }
})