JSFiddle - React, Tailwind, and code Playground

by ttquang1063750

HTML

<div id="Wrapper" class="container">
        <div id="event" class="center" style="height: 150px; margin-top: 8px">
            <button onClick="window.open('https://www.facebook.com', '', 'width=200,height=100');" id="btn_form" class="btn btn-primary">Click Me<i class="fa fa-external-link"></i></button>
        </div>
    </div>