JSFiddle - React, Tailwind, and code Playground

by Aleksandr Zidyganov

HTML

<div class="block">fasdfasdf</div>

CSS

.block {
    background-color: #ccc;
    padding: 30px;
    font-size: 30px;
    zoom: 1;
}

.ie7 .block {
    zoom: expression(runtimeStyle.zoom = 1, insertAdjacentHTML('afterBegin', '<div class="class-before"></div>'));
    }



.block {
   background-color: #f20;
}


body {
        width:expression(expressions('before', this, {property: 'width', options: 'aaa'}));
        height:expression(expressions('before', this, {property: 'height', options: 'bbb'})); 
        top:expression(expressions('after', this, {property: 'top', options: 'ccc'}));
}

.block {
   background-color: green;
}

.class {behavior:expression((function(){})(this))}

.block {
   background-color: #f3f3f3;
}