JSFiddle - React, Tailwind, and code Playground

by Timatnet

HTML

<ul class="products">
					
					
						<li class="first post-235 product type-product status-publish has-post-thumbnail product_cat-komsomolsk-on-amur product_cat-khabarovsk sale downloadable virtual shipping-taxable purchasable product-type-simple product-cat-komsomolsk-on-amur product-cat-khabarovsk instock">
	<span class="nxowoo-box">
	<div class="wpb_wl_preview_area"><a class="wpb_wl_preview open-popup-link" href="#wpb_wl_quick_view_235" data-effect="mfp-zoom-in">Быстрый просмотрTEST</a></div>
	<a href="http://iokhtr.bget.ru/tovar/komsomolsk-on-amur/svidanie-na-kryshe/">

		
	<span class="onsale">Распродажа!</span>
<img width="300" height="300" src="http://iokhtr.bget.ru/wp-content/uploads/2015/04/photo-1421986527537-888d998adb74-300x300.jpg" class="attachment-shop_catalog wp-post-image" alt="photo-1421986527537-888d998adb74">
		<h3>Свидание на крыше</h3>

		

	<span class="price"><del><span class="amount">6,000.00&nbsp;р.</span></del> <ins><span class="amount">3,000.00&nbsp;р.</span></ins></span>

	</a>

		<div id="wpb_wl_quick_view_235" class="mfp-hide mfp-with-anim wpb_wl_quick_view_content wpb_wl_clearfix">
		<div class="wpb_wl_images">
			<a href="http://iokhtr.bget.ru/wp-content/uploads/2015/04/photo-1421986527537-888d998adb74.jpg" itemprop="image" class="woocommerce-main-image zoom" title="photo-1421986527537-888d998adb74" data-rel="prettyPhoto"><img width="600" height="600" src="http://iokhtr.bget.ru/wp-content/uploads/2015/04/photo-1421986527537-888d998adb74-600x600.jpg" class="attachment-shop_single wp-post-image" alt="photo-1421986527537-888d998adb74" title="photo-1421986527537-888d998adb74"></a>		</div>
		<div class="wpb_wl_summary">
			<!-- Product Title -->
			<h2 class="wpb_wl_product_title">Свидание на крыше</h2>

			<!-- Product Price -->
							<span class="price wpb_wl_product_price"><del><span class="amount">6,000.00&nbsp;р.</span></del> <ins><span class="amount">3,000.00&nbsp;р.</span></ins></span>
			
			<!-- Product short description...

CSS

/*
Theme Name: i-craft
Theme URI: http://www.templatesnext.org/icraft/
Author: templatesnext team
Author URI: http://templatesnext.org/
Description: The i-craft responsive WooCommerce ecommerce multipupose theme packed with features like product carousels, unlimited color, boxed/wide layout, product search, optional login menu item and shopping cart in main navigation, multiple blog layout, etc. It comes with custom slider and option to use any 3rd party slider in any page or post through page/post meta option. Perfect for start-up ecommerce web sites.
Version: 1.0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Black, Gray, Red, Silver, White, Dark, Light, Fluid-Layout, Responsive-Layout, One-Column, Two-Columns, Right-Sidebar, Custom-Colors, Custom-Menu,  Featured-Images, Flexible-Header, Full-Width-Template, Microformats, Post-Formats, Sticky-Post, Theme-Options, Threaded-Comments, Translation-Ready
Text Domain: i-craft

icraft WordPress Theme, Copyright 2014 TemplatesNext.org
icraft is distributed under the terms of the GNU GPL
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - custom genericons
 * 5.0 - Top Utility bar 
 * 6.0 - Header
 *   6.1 - Site Header
 *   6.2 - Navigation
 *   6.3 - Banner Slider
 * 7.0 - Featured Content
 * 8.0 - Content
 *   8.1 - Entry Header
 *   8.2 - Entry Meta
 *   8.3.1 - Entry Content
 *   8.3.2 - inner page header
 *   8.4 - Galleries
 *   8.5 - Post Formats
 *   8.6 - Attachments
 *   8.7 - Post/Paging Navigation
 *   8.8 - Author Bio
 *   8.9 - Archives
 *   8.10 - Search Results/No posts
 *   8.11 - 404
 *   8.12 - Comments
 *   8.13 - Multisite
 * 9.0 - Sidebar
 *   9.1 - Widgets
 * 10.0 - Footer
 * 11.0 - other
 * 12.0 - Media Queries
 * 13.0 - Print
 * ----------------------------------------------------------------------------
 */



/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide...

JavaScript

$('.nxowoo-box').each(function() {
    $(this).children('.wpb_wl_preview.open-popup-link').html(
        $(this).children('.ob_warpper') + $(this).children('.add_to_cart_button')
    );
});