JSFiddle - React, Tailwind, and code Playground

by Lalji Tadhani

HTML

<div class="wc_review_top_title wc_wf_cls" data-bind=“product_name_xyz”>
<h2>Customer Reviews</h2>
<a href=“some_url_link_which_i_cant_show_here” target="_blank" style="display: inline-block !important; float: right !important; font-size: 14px !important; opacity: 1 !important; visibility: visible !important; margin-top: 7px !important; color: #000 !important;">Powered by App</a>
</div>

CSS

.wc_review_top_title a{
  text-indent:-9999em;
}