JSFiddle - React, Tailwind, and code Playground

by tonkec palonkec

HTML

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Document</title>
  
  <style>
    div {
      display: inline;
      border: 2px solid orange;
    }
  </style>
</head>
<body>
  <div>Large div becomes inline</div>
</body>
</html>