JSFiddle - React, Tailwind, and code Playground

HTML

<!DOCTYPE html>
<html>
<head>
  <style>div { color:red; }</style>
  <script src="http://code.jquery.com/jquery-latest.js"></script>
</head>
<body>
  <div id="sonuc"></div>
<script>

    var params = { width:1520, height:1050,fd:23 };
    var str = jQuery.param(params);
    $("#sonuc").text(str);
</script>

</body>
</html>