JSFiddle - React, Tailwind, and code Playground

by Softlink

HTML

<div id="one"><div class="foo">текст</div></div>

CSS

#one .foo{
    width: 200px;
    height: 100px;
    border: 1px solid #000;
    font-size: 14px;
}

/* этот класс встретился в чужом css */
.foo{
    text-indent: 50%;
}