JSFiddle - React, Tailwind, and code Playground

by Shishir Morshed

HTML

<button class="clickElm">Click me!</button>

JavaScript

document.querySelector('.clickElm').addEventListener('click', function(){
  window.open('http://jsfiddle.net/shishirmorshed/7mwzpabx/8/embedded/result/', '_blank');
 location.href = 'http://kothaboli.com';
});