JSFiddle - React, Tailwind, and code Playground

by Inna Belaya

HTML

<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <title>bem-components as a library</title>
</head>
<body>
    <!-- Блок hello для создания формы приветствия -->
    <form class="hello i-bem" data-bem='{ "hello": {} }'>
        <div class="hello__greeting">Hello, %user name%!</div>
        <!-- HTML-код для блока input будет здесь -->
        ...
        <!-- HTML-код для блока button будет здесь -->
        ...
    </form>
</body>
</html>