JSFiddle - React, Tailwind, and code Playground

by owen_pengtao

HTML

<html>
  <head>
    <title>怪异模式中IE6,7,8多余字符bug</title>
    <meta charset="utf-8">
    <style type="text/css">
        .title {width:50%;float:left;}
        .intro{width:50%;float:left;}
    </style>
  </head> 
  <body>
    <div>
        <span class="title">1</span><span class="intro">one</span>
        <span class="title">2</span><span class="intro">two</span>
        <span class="title">3</span><span class="intro">three</span>
    </div>
  </body>
</html>