JSFiddle - React, Tailwind, and code Playground

by eawe_

HTML

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Document</title>
</head>
<body>
    <form class="mainform" action="">
      <form class="leftform" action="">
        <input type="text">
        <div><img src="" alt=""><span>Имя Фамилия</span></div>
        <div><img src="" alt=""><span>Имя Фамилия</span></div>
        <div><img src="" alt=""><span>Имя Фамилия</span></div>
      </form>
      <form class="rightform" action="">
        <input type="text">
        <div><img src="" alt=""><span>Имя Фамилия</span></div>
        <div><img src="" alt=""><span>Имя Фамилия</span></div>
        <div><img src="" alt=""><span>Имя Фамилия</span></div>
      </form>
    </form>    
</body>
</html>

CSS

form {
  display: inline-block;
}