JSFiddle - React, Tailwind, and code Playground

by platonfedr

HTML

<script src="//vk.com/js/api/openapi.js?117"></script>
<script src="http://vikkyshostak.ru/testing/goodshare.js"></script>
<h1>VK widget</h1>

<!-- Share button -->
<p><a href="#" data-type="vk">Вконтакте <span data-counter="vk"></span></a></p>

<!-- VK Widget -->
<div id="vk_subscribe"></div>

CSS

html, body {font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 24px;}
a {
    color: #ffffff; display: inline-block; width: 150px; 
    padding: 10px; margin: 2px auto; cursor: pointer; 
    text-align: center;
}
a[data-type="vk"] {background: #45668e;}

JavaScript

VK.Widgets.Subscribe("vk_subscribe", {}, 1);